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

SBML ODE Solver Library API Data Structures

Here are the data structures with brief descriptions:
_SBMLResultsA simple structure that contains time courses - represented by the timeCourseArray structure - for SBML structures, such as species, non-constant compartments and parameters and reaction fluxes
_SBMLResultsMatrixA matrix of _SBMLResults used for batch integration with parameter variation via varySettings
cvodeDataContains the data needed for AST formula evaluation and odeModel integration and usually corresponds to an odeModel
cvodeResultsStores CVODE specific integration results, data correspond to the respective values in cvodeData
cvodeSettingsSettings for CVODE Integration
cvodeSolverSolver State Information
integratorInstanceMain structure for numerical integration
odeModelThe internal ODE Model as constructed in odeModel.c from an SBML input file, that only contains rate rules (constructed from reaction network in odeConstruct.c)
solverErrorMessageError message, including errorCode
timeCourseA simple structure containing a variable name, and its time courses generated by simulation routines
timeCourseArrayA simple structure containing num_val time courses
timeSettingsNOT USED CURRENTLY! timeSettings: start- and end times, timesteps, number of timesteps
variableIndexStores index number and variableType
varySettingsSettings for batch integration with parameter variation

Generated on Wed Dec 21 18:10:34 2005 for SBML ODE Solver Library API by  doxygen 1.4.4