![]() |
Chaste Commit::3de82b7de00ac7f8b95f6ee6f806e49b2402d95f
|
#include <CvodeAdaptor.hpp>
Collaboration diagram for CvodeData_: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 81 of file CvodeAdaptor.hpp.
| AbstractOdeSystem* CvodeData_::pSystem |
The ODE system being solved.
Definition at line 86 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().
| std::vector<realtype>* CvodeData_::pY |
Working memory.
Definition at line 84 of file CvodeAdaptor.hpp.
Referenced by CvodeAdaptor::SetupCvode().