![]() |
NEURON
|
Wrapper for Memb_list in CVode related code. More...
#include <cvodeobj.h>
Public Member Functions | |
CvMembList (int type) | |
Public Attributes | |
CvMembList * | next {} |
std::vector< Memb_list > | ml {} |
int | index {} |
Wrapper for Memb_list in CVode related code.
This gets used in two ways:
generic configurations with ml.size() and ml[i].nodecount both larger than one are only supported for the local variable time step method.
Definition at line 35 of file cvodeobj.h.
|
inline |
Definition at line 36 of file cvodeobj.h.
int CvMembList::index {} |
Definition at line 42 of file cvodeobj.h.
std::vector<Memb_list> CvMembList::ml {} |
Definition at line 41 of file cvodeobj.h.
CvMembList* CvMembList::next {} |
Definition at line 40 of file cvodeobj.h.