#include <Datas.h>
Collaboration diagram for ODE_data:

Data Fields | |
| double * | state |
| parameters * | P |
| datas * | d |
| double | time_param |
| double | CumulNumOfSteps |
| realtype | reltol |
| < Cumulative number of integration steps | |
| realtype | t |
| realtype | tout |
| N_Vector | y |
| N_Vector | abstol |
| void * | cvode_mem |
| int | flag |
| int | flagr |
| int | iout |
| int | rootsfound [2] |
Contains data for the solver and pointers to the general structure datas *d as well as a pointer to parameters *P.
Definition at line 279 of file Datas.h.
| N_Vector ODE_data::abstol |
| double ODE_data::CumulNumOfSteps |
| void* ODE_data::cvode_mem |
Definition at line 296 of file Datas.h.
Referenced by solve_ODE(), solver_free(), and solver_init().
| int ODE_data::flag |
| int ODE_data::flagr |
| int ODE_data::iout |
| realtype ODE_data::reltol |
< Cumulative number of integration steps
Definition at line 294 of file Datas.h.
Referenced by solver_init().
| int ODE_data::rootsfound[2] |
| double* ODE_data::state |
Definition at line 281 of file Datas.h.
Referenced by f(), main(), quit_tutorial(), and solver_init().
| realtype ODE_data::t |
| double ODE_data::time_param |
| realtype ODE_data::tout |
| N_Vector ODE_data::y |
Definition at line 295 of file Datas.h.
Referenced by solve_ODE(), solver_free(), and solver_init().
1.4.7