| _SBMLResults | A 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 |
| _SBMLResultsMatrix | A matrix of _SBMLResults used for batch integration with parameter variation via varySettings |
| cvodeData | Contains the data needed for AST formula evaluation and odeModel integration and usually corresponds to an odeModel |
| cvodeResults | Stores CVODE specific integration results, data correspond to the respective values in cvodeData |
| cvodeSettings | Settings for CVODE Integration |
| cvodeSolver | Solver State Information |
| integratorInstance | Main structure for numerical integration |
| odeModel | The 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) |
| solverErrorMessage | Error message, including errorCode |
| timeCourse | A simple structure containing a variable name, and its time courses generated by simulation routines |
| timeCourseArray | A simple structure containing num_val time courses |
| timeSettings | NOT USED CURRENTLY! timeSettings: start- and end times, timesteps, number of timesteps |
| variableIndex | Stores index number and variableType |
| varySettings | Settings for batch integration with parameter variation |
1.4.4