roadrunner
2.6.0
Fast simulator for SBML models
|
Contains the RoadRunner CVODE integrator interface. More...
#include "Integrator.h"
#include "rrRoadRunnerOptions.h"
#include <string>
#include <vector>
#include <sundials/sundials_linearsolver.h>
#include <sundials/sundials_nonlinearsolver.h>
#include <cvodes/cvodes.h>
#include <sundials/sundials_nvector.h>
#include "ForwardSensitivitySolver.h"
Go to the source code of this file.
Classes | |
class | rr::CVODEIntegrator |
A RoadRunner integrator based on CVODE; serves as RoadRunner's main integrator for ODEs. More... | |
Functions | |
template<class SundialsType = CVODEIntegrator> | |
std::string | rr::decodeSundialsError (SundialsType *solver, int cvodeError, bool exInfo) |
Contains the RoadRunner CVODE integrator interface.