Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

integratorInstance Struct Reference

the main structure for numerical integration More...

#include <integratorInstance.h>

Collaboration diagram for integratorInstance:

Collaboration graph
[legend]

Data Fields

odeModel_tom
 the ODE Model as passed for construction of cvodeData and cvodeSolver
cvodeSettings_topt
 the integrator settings as passed for construction of cvodeData and cvodeSolver
cvodeData_tdata
 contains current values, created with integratorInstance from odeModel and cvodeSettings
cvodeSolver_tsolver
 solver structure (CVODES or IDA or other future solvers)
cvodeResults_tresults
 optional results structure, shared with cvodeData

Detailed Description

the main structure for numerical integration


Field Documentation

odeModel_t* integratorInstance::om
 

the ODE Model as passed for construction of cvodeData and cvodeSolver

cvodeSettings_t* integratorInstance::opt
 

the integrator settings as passed for construction of cvodeData and cvodeSolver

cvodeData_t* integratorInstance::data
 

contains current values, created with integratorInstance from odeModel and cvodeSettings

cvodeSolver_t* integratorInstance::solver
 

solver structure (CVODES or IDA or other future solvers)

cvodeResults_t* integratorInstance::results
 

optional results structure, shared with cvodeData


The documentation for this struct was generated from the following file:
Generated on Wed Dec 21 18:10:35 2005 for SBML ODE Solver Library API by  doxygen 1.4.4