Chaste Release::3.1
CvodeData_ Struct Reference

#include <CvodeAdaptor.hpp>

Collaboration diagram for CvodeData_:

List of all members.

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 68 of file CvodeAdaptor.hpp.


Member Data Documentation

The ODE system being solved.

Definition at line 72 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().

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

Working memory.

Definition at line 70 of file CvodeAdaptor.hpp.

Referenced by CvodeAdaptor::SetupCvode().


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