NEURON
CvodeThreadData Class Reference

#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_
 
CvMembListcv_memb_list_
 
CvMembListcmlcap_
 
CvMembListcmlext_
 
CvMembListno_cap_memb_
 
BAMechListbefore_breakpoint_
 
BAMechListafter_solve_
 
BAMechListbefore_step_
 
int rootnode_begin_index_
 
int rootnode_end_index_
 
int vnode_begin_index_
 
int vnode_end_index_
 
PreSynListpsl_th_
 
HTListwatch_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_
 

Detailed Description

Definition at line 54 of file cvodeobj.h.

Constructor & Destructor Documentation

◆ CvodeThreadData()

CvodeThreadData::CvodeThreadData ( )

Definition at line 1233 of file netcvode.cpp.

◆ ~CvodeThreadData()

CvodeThreadData::~CvodeThreadData ( )
virtual

Definition at line 1250 of file netcvode.cpp.

Member Function Documentation

◆ delete_memb_list()

void CvodeThreadData::delete_memb_list ( CvMembList cmlist)

Definition at line 1326 of file netcvode.cpp.

Member Data Documentation

◆ after_solve_

BAMechList* CvodeThreadData::after_solve_

Definition at line 67 of file cvodeobj.h.

◆ before_breakpoint_

BAMechList* CvodeThreadData::before_breakpoint_

Definition at line 66 of file cvodeobj.h.

◆ before_step_

BAMechList* CvodeThreadData::before_step_

Definition at line 68 of file cvodeobj.h.

◆ cmlcap_

CvMembList* CvodeThreadData::cmlcap_

Definition at line 63 of file cvodeobj.h.

◆ cmlext_

CvMembList* CvodeThreadData::cmlext_

Definition at line 64 of file cvodeobj.h.

◆ cv_memb_list_

CvMembList* CvodeThreadData::cv_memb_list_

Definition at line 62 of file cvodeobj.h.

◆ neq_v_

int CvodeThreadData::neq_v_

Definition at line 90 of file cvodeobj.h.

◆ no_cap_child_indices_

std::vector<int> CvodeThreadData::no_cap_child_indices_

Definition at line 61 of file cvodeobj.h.

◆ no_cap_indices_

std::vector<int> CvodeThreadData::no_cap_indices_

Definition at line 60 of file cvodeobj.h.

◆ no_cap_memb_

CvMembList* CvodeThreadData::no_cap_memb_

Definition at line 65 of file cvodeobj.h.

◆ nonvint_extra_offset_

int CvodeThreadData::nonvint_extra_offset_

Definition at line 92 of file cvodeobj.h.

◆ nonvint_offset_

int CvodeThreadData::nonvint_offset_

Definition at line 91 of file cvodeobj.h.

◆ nvoffset_

int CvodeThreadData::nvoffset_

Definition at line 88 of file cvodeobj.h.

◆ nvsize_

int CvodeThreadData::nvsize_

Definition at line 89 of file cvodeobj.h.

◆ play_

std::vector<PlayRecord*>* CvodeThreadData::play_

Definition at line 93 of file cvodeobj.h.

◆ psl_th_

PreSynList* CvodeThreadData::psl_th_

Definition at line 83 of file cvodeobj.h.

◆ pv_

std::vector<double*> CvodeThreadData::pv_

Definition at line 87 of file cvodeobj.h.

◆ pvdot_

std::vector<double*> CvodeThreadData::pvdot_

Definition at line 87 of file cvodeobj.h.

◆ record_

std::vector<PlayRecord*>* CvodeThreadData::record_

Definition at line 94 of file cvodeobj.h.

◆ rootnode_begin_index_

int CvodeThreadData::rootnode_begin_index_

Definition at line 78 of file cvodeobj.h.

◆ rootnode_end_index_

int CvodeThreadData::rootnode_end_index_

Definition at line 79 of file cvodeobj.h.

◆ vnode_begin_index_

int CvodeThreadData::vnode_begin_index_

Definition at line 80 of file cvodeobj.h.

◆ vnode_end_index_

int CvodeThreadData::vnode_end_index_

Definition at line 81 of file cvodeobj.h.

◆ watch_list_

HTList* CvodeThreadData::watch_list_

Definition at line 84 of file cvodeobj.h.


The documentation for this class was generated from the following files: