Chaste Commit::fa89f2b838c1edb21a1eaec92ee3a2eacc9255dd
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 83 of file CvodeAdaptor.hpp.

Member Data Documentation

◆ pSystem

AbstractOdeSystem* CvodeData_::pSystem

The ODE system being solved.

Definition at line 88 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().

◆ pY

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

Working memory.

Definition at line 86 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().


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