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