![]() |
Chaste Commit::30a3e656d4b131f8c595cc6eb2becd297337570f
|
#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 71 of file CvodeAdaptor.hpp.
AbstractOdeSystem* CvodeData_::pSystem |
The ODE system being solved.
Definition at line 76 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().
std::vector<realtype>* CvodeData_::pY |
Working memory.
Definition at line 74 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().