#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.
|
|
Definition at line 295 of file Datas.h. Referenced by solver_init(). |
|
|
Definition at line 290 of file Datas.h. Referenced by solve_ODE(). |
|
|
Definition at line 296 of file Datas.h. Referenced by solve_ODE(), solver_free(), and solver_init(). |
|
|
Definition at line 283 of file Datas.h. Referenced by f(), mexFunction(), and solve_ODE(). |
|
|
Definition at line 297 of file Datas.h. Referenced by solve_ODE(). |
|
|
|
|
|
|
|
|
Definition at line 282 of file Datas.h. Referenced by f(), and mexFunction(). |
|
|
< Cumulative number of integration steps
|
|
|
|
|
|
Definition at line 281 of file Datas.h. Referenced by f(), mexFunction(), and solver_init(). |
|
|
|
|
|
Definition at line 287 of file Datas.h. Referenced by get_time(), mexFunction(), and solve_ODE(). |
|
|
|
|
|
Definition at line 295 of file Datas.h. Referenced by solve_ODE(), solver_free(), and solver_init(). |
1.4.6-NO