NEURON
nrnoc_ml.h
Go to the documentation of this file.
1 #ifndef nrnoc_ml_h
2 #define nrnoc_ml_h
3 
4 typedef struct Memb_list {
6 #if CACHEVEC != 0
7  /* nodeindices contains all nodes this extension is responsible for,
8  * ordered according to the matrix. This allows to access the matrix
9  * directly via the nrn_actual_* arrays instead of accessing it in the
10  * order of insertion and via the node-structure, making it more
11  * cache-efficient */
12  int* nodeindices;
13 #endif /* CACHEVEC */
14  double** data;
17  Datum* _thread; /* thread specific data (when static is no good) */
18  int nodecount;
20 
21 #endif
#define nodeindices
Definition: md1redef.h:26
struct Memb_list Memb_list
int nodecount
Definition: nrnoc_ml.h:18
Node ** nodelist
Definition: nrnoc_ml.h:5
double ** data
Definition: nrnoc_ml.h:14
Datum ** pdata
Definition: nrnoc_ml.h:15
Prop ** prop
Definition: nrnoc_ml.h:16
Datum * _thread
Definition: nrnoc_ml.h:17
Definition: section.h:133
Definition: section.h:214
Definition: hocdec.h:177