![]() |
NEURON
|
#include <cvodeobj.h>
Public Member Functions | |
CvodeThreadData () | |
virtual | ~CvodeThreadData () |
void | delete_memb_list (CvMembList *) |
Public Attributes | |
std::vector< int > | no_cap_indices_ |
std::vector< int > | no_cap_child_indices_ |
CvMembList * | cv_memb_list_ |
CvMembList * | cmlcap_ |
CvMembList * | cmlext_ |
CvMembList * | no_cap_memb_ |
BAMechList * | before_breakpoint_ |
BAMechList * | after_solve_ |
BAMechList * | before_step_ |
int | rootnode_begin_index_ |
int | rootnode_end_index_ |
int | vnode_begin_index_ |
int | vnode_end_index_ |
PreSynList * | psl_th_ |
HTList * | watch_list_ |
std::vector< double * > | pv_ |
std::vector< double * > | pvdot_ |
int | nvoffset_ |
int | nvsize_ |
int | neq_v_ |
int | nonvint_offset_ |
int | nonvint_extra_offset_ |
std::vector< PlayRecord * > * | play_ |
std::vector< PlayRecord * > * | record_ |
Definition at line 54 of file cvodeobj.h.
CvodeThreadData::CvodeThreadData | ( | ) |
Definition at line 1233 of file netcvode.cpp.
|
virtual |
Definition at line 1250 of file netcvode.cpp.
void CvodeThreadData::delete_memb_list | ( | CvMembList * | cmlist | ) |
Definition at line 1326 of file netcvode.cpp.
BAMechList* CvodeThreadData::after_solve_ |
Definition at line 67 of file cvodeobj.h.
BAMechList* CvodeThreadData::before_breakpoint_ |
Definition at line 66 of file cvodeobj.h.
BAMechList* CvodeThreadData::before_step_ |
Definition at line 68 of file cvodeobj.h.
CvMembList* CvodeThreadData::cmlcap_ |
Definition at line 63 of file cvodeobj.h.
CvMembList* CvodeThreadData::cmlext_ |
Definition at line 64 of file cvodeobj.h.
CvMembList* CvodeThreadData::cv_memb_list_ |
Definition at line 62 of file cvodeobj.h.
int CvodeThreadData::neq_v_ |
Definition at line 90 of file cvodeobj.h.
std::vector<int> CvodeThreadData::no_cap_child_indices_ |
Definition at line 61 of file cvodeobj.h.
std::vector<int> CvodeThreadData::no_cap_indices_ |
Definition at line 60 of file cvodeobj.h.
CvMembList* CvodeThreadData::no_cap_memb_ |
Definition at line 65 of file cvodeobj.h.
int CvodeThreadData::nonvint_extra_offset_ |
Definition at line 92 of file cvodeobj.h.
int CvodeThreadData::nonvint_offset_ |
Definition at line 91 of file cvodeobj.h.
int CvodeThreadData::nvoffset_ |
Definition at line 88 of file cvodeobj.h.
int CvodeThreadData::nvsize_ |
Definition at line 89 of file cvodeobj.h.
std::vector<PlayRecord*>* CvodeThreadData::play_ |
Definition at line 93 of file cvodeobj.h.
PreSynList* CvodeThreadData::psl_th_ |
Definition at line 83 of file cvodeobj.h.
std::vector<double*> CvodeThreadData::pv_ |
Definition at line 87 of file cvodeobj.h.
std::vector<double*> CvodeThreadData::pvdot_ |
Definition at line 87 of file cvodeobj.h.
std::vector<PlayRecord*>* CvodeThreadData::record_ |
Definition at line 94 of file cvodeobj.h.
int CvodeThreadData::rootnode_begin_index_ |
Definition at line 78 of file cvodeobj.h.
int CvodeThreadData::rootnode_end_index_ |
Definition at line 79 of file cvodeobj.h.
int CvodeThreadData::vnode_begin_index_ |
Definition at line 80 of file cvodeobj.h.
int CvodeThreadData::vnode_end_index_ |
Definition at line 81 of file cvodeobj.h.
HTList* CvodeThreadData::watch_list_ |
Definition at line 84 of file cvodeobj.h.