#include <integratorInstance.h>
Collaboration diagram for integratorInstance:

Data Fields | |
| odeModel_t * | om |
| the ODE Model as passed for construction of cvodeData and cvodeSolver | |
| cvodeSettings_t * | opt |
| the integrator settings as passed for construction of cvodeData and cvodeSolver | |
| cvodeData_t * | data |
| contains current values, created with integratorInstance from odeModel and cvodeSettings | |
| cvodeSolver_t * | solver |
| solver structure (CVODES or IDA or other future solvers) | |
| cvodeResults_t * | results |
| optional results structure, shared with cvodeData | |
|
|
the ODE Model as passed for construction of cvodeData and cvodeSolver
|
|
|
the integrator settings as passed for construction of cvodeData and cvodeSolver
|
|
|
contains current values, created with integratorInstance from odeModel and cvodeSettings
|
|
|
solver structure (CVODES or IDA or other future solvers)
|
|
|
optional results structure, shared with cvodeData
|
1.4.4