#include "nrnredef.h"
#include "options.h"
#include "hoclist.h"
#include "hocdec.h"
#include <multicore.h>
#include "nrn_ansi.h"
Go to the source code of this file.
|
| double * | nrn_prop_data_alloc (int type, int count, Prop *p) |
| |
| Datum * | nrn_prop_datum_alloc (int type, int count, Prop *p) |
| |
| void | nrn_prop_data_free (int type, double *pd) |
| |
| void | nrn_prop_datum_free (int type, Datum *ppd) |
| |
| Section * | chk_access () |
| |
| double | nrn_ghk (double, double, double, double) |
| |
| Section * | sec_alloc () |
| |
| void | node_alloc (Section *, short) |
| |
| double | section_length (Section *) |
| |
| double | nrn_diameter (Node *) |
| |
| Node * | nrn_parent_node (Node *) |
| |
| Section * | nrn_section_alloc () |
| |
| void | nrn_section_free (Section *) |
| |
| int | nrn_is_valid_section_ptr (void *) |
| |
◆ execerror
◆ nlayer
◆ NODEA
| #define NODEA |
( |
|
n | ) |
(VEC_A((n)->v_node_index)) |
◆ NODEAREA
| #define NODEAREA |
( |
|
n | ) |
((n)->_area) |
◆ NODEB
| #define NODEB |
( |
|
n | ) |
(VEC_B((n)->v_node_index)) |
◆ NODED
| #define NODED |
( |
|
n | ) |
(*((n)->_d)) |
◆ NODERHS
| #define NODERHS |
( |
|
n | ) |
(*((n)->_rhs)) |
◆ NODERINV
| #define NODERINV |
( |
|
n | ) |
((n)->_rinv) |
◆ NODEV
| #define NODEV |
( |
|
n | ) |
(*((n)->_v)) |
◆ pc
◆ PROP_PY_INDEX
◆ spop
◆ tstopbit
| #define tstopbit (1 << 15) |
◆ tstopset
◆ tstopunset
◆ VEC_A
| #define VEC_A |
( |
|
i | ) |
(_nt->_actual_a[(i)]) |
◆ VEC_AREA
| #define VEC_AREA |
( |
|
i | ) |
(_nt->_actual_area[(i)]) |
◆ VEC_B
| #define VEC_B |
( |
|
i | ) |
(_nt->_actual_b[(i)]) |
◆ VEC_D
| #define VEC_D |
( |
|
i | ) |
(_nt->_actual_d[(i)]) |
◆ VEC_RHS
| #define VEC_RHS |
( |
|
i | ) |
(_nt->_actual_rhs[(i)]) |
◆ VEC_V
| #define VEC_V |
( |
|
i | ) |
(_nt->_actual_v[(i)]) |
◆ xpop
◆ Extnode
◆ Node
◆ Point_process
◆ Prop
◆ Pt3d
◆ Section
◆ chk_access()
◆ node_alloc()
◆ nrn_diameter()
| double nrn_diameter |
( |
Node * |
nd | ) |
|
◆ nrn_ghk()
| double nrn_ghk |
( |
double |
v, |
|
|
double |
ci, |
|
|
double |
co, |
|
|
double |
z |
|
) |
| |
◆ nrn_is_valid_section_ptr()
| int nrn_is_valid_section_ptr |
( |
void * |
v | ) |
|
◆ nrn_parent_node()
◆ nrn_prop_data_alloc()
| double* nrn_prop_data_alloc |
( |
int |
type, |
|
|
int |
count, |
|
|
Prop * |
p |
|
) |
| |
◆ nrn_prop_data_free()
| void nrn_prop_data_free |
( |
int |
type, |
|
|
double * |
pd |
|
) |
| |
◆ nrn_prop_datum_alloc()
| Datum* nrn_prop_datum_alloc |
( |
int |
type, |
|
|
int |
count, |
|
|
Prop * |
p |
|
) |
| |
◆ nrn_prop_datum_free()
| void nrn_prop_datum_free |
( |
int |
type, |
|
|
Datum * |
ppd |
|
) |
| |
◆ nrn_section_alloc()
◆ nrn_section_free()
◆ sec_alloc()
◆ section_length()
| double section_length |
( |
Section * |
sec | ) |
|
◆ cvode_active_
◆ nrn_global_ncell
◆ nrn_nlayer_extracellular
| int nrn_nlayer_extracellular |
|
extern |
◆ secondorder
◆ section_list
◆ stoprun
◆ use_cachevec
◆ use_sparse13