|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <OdeSystem.h>
Collaboration diagram for OdeSystem:Public Member Functions | |
| OdeSystem () | |
Public Attributes | |
| double | epsAbs |
| double | epsRel |
| double | initStepSize |
| std::string | method |
Definition at line 19 of file OdeSystem.h.
|
inline |
Definition at line 21 of file OdeSystem.h.
| double OdeSystem::epsAbs |
Definition at line 36 of file OdeSystem.h.
Referenced by Ksolve::setStoich(), and VoxelPools::setStoich().
| double OdeSystem::epsRel |
Definition at line 37 of file OdeSystem.h.
Referenced by Ksolve::setStoich(), and VoxelPools::setStoich().
| double OdeSystem::initStepSize |
Definition at line 35 of file OdeSystem.h.
Referenced by Ksolve::setStoich(), and VoxelPools::setStoich().
| std::string OdeSystem::method |
Definition at line 28 of file OdeSystem.h.
Referenced by Ksolve::setStoich().