Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
CvodeData_ Struct Reference

#include <CvodeAdaptor.hpp>

+ Collaboration diagram for CvodeData_:

Public Attributes

std::vector< realtype > * pY
 
AbstractOdeSystempSystem
 

Detailed Description

Data structure passed to CVODE calls, allowing our callback functions to access the Chaste objects.

Definition at line 71 of file CvodeAdaptor.hpp.

Member Data Documentation

◆ pSystem

AbstractOdeSystem* CvodeData_::pSystem

The ODE system being solved.

Definition at line 76 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().

◆ pY

std::vector<realtype>* CvodeData_::pY

Working memory.

Definition at line 74 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().


The documentation for this struct was generated from the following file: