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

cvodeResults Struct Reference

Stores CVODE specific integration results, data correspond to the respective values in cvodeData. More...

#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


Detailed Description

Stores CVODE specific integration results, data correspond to the respective values in cvodeData.


Field Documentation

int cvodeResults::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* cvodeResults::time
 

the time steps

int cvodeResults::nvalues
 

number of variables for which results exist

double** cvodeResults::value
 

the following arrays represent the time series of all variables and parameters of the model

int cvodeResults::neq
 

int cvodeResults::nsens
 

number of parameters p for sens.

analysis

double*** cvodeResults::sensitivity
 

time course of sensitivities dx(t)/dp


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