#include <cvodedata.h>
Data Fields | |
| int | nout |
| counter for calculated time steps (without initial conditions), this number can be lower then the same variable in cvodeData, in case the integration is prematurely stopped. | |
| double * | time |
| the time steps | |
| int | nvalues |
| number of variables for which results exist | |
| double ** | value |
| the following arrays represent the time series of all variables and parameters of the model | |
| int | neq |
| int | nsens |
| number of parameters p for sens. | |
| double *** | sensitivity |
| time course of sensitivities dx(t)/dp | |
|
|
counter for calculated time steps (without initial conditions), this number can be lower then the same variable in cvodeData, in case the integration is prematurely stopped.
|
|
|
the time steps
|
|
|
number of variables for which results exist
|
|
|
the following arrays represent the time series of all variables and parameters of the model
|
|
|
|
|
|
number of parameters p for sens. analysis |
|
|
time course of sensitivities dx(t)/dp
|
1.4.4