MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OdeSystem Class Reference

#include <OdeSystem.h>

+ Collaboration diagram for OdeSystem:

Public Member Functions

 OdeSystem ()
 

Public Attributes

double epsAbs
 
double epsRel
 
double initStepSize
 
std::string method
 

Detailed Description

Definition at line 19 of file OdeSystem.h.

Constructor & Destructor Documentation

OdeSystem::OdeSystem ( )
inline

Definition at line 21 of file OdeSystem.h.

22  : method( "rk5" ),
23  initStepSize( 0.001 ),
24  epsAbs( 1e-6 ),
25  epsRel( 1e-6 )
26  {;}
std::string method
Definition: OdeSystem.h:28
double epsAbs
Definition: OdeSystem.h:36
double epsRel
Definition: OdeSystem.h:37
double initStepSize
Definition: OdeSystem.h:35

Member Data Documentation

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().


The documentation for this class was generated from the following file: