Chaste Release::3.1
|
#include <CvodeAdaptor.hpp>
Public Attributes | |
std::vector< realtype > * | pY |
AbstractOdeSystem * | pSystem |
Data structure passed to CVODE calls, allowing our callback functions to access the Chaste objects.
Definition at line 68 of file CvodeAdaptor.hpp.
The ODE system being solved.
Definition at line 72 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().
std::vector<realtype>* CvodeData_::pY |
Working memory.
Definition at line 70 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().