NEURON
section_fwd.hpp File Reference

Forward declarations of Section, Node etc. More...

Go to the source code of this file.

Classes

struct  Extnode
 
struct  Point_process
 A point process is computed just like regular mechanisms. More...
 

Macros

#define nlayer   (nrn_nlayer_extracellular) /* first (0) layer is extracellular next to membrane */
 
#define NODEA(n)   _nrn_mechanism_access_a(n)
 
#define NODEB(n)   _nrn_mechanism_access_b(n)
 
#define NODED(n)   _nrn_mechanism_access_d(n)
 
#define NODERHS(n)   _nrn_mechanism_access_rhs(n)
 
#define NODEV(n)   _nrn_mechanism_access_voltage(n)
 

Typedefs

using Datum = neuron::container::generic_data_handle
 

Functions

neuron::container::non_owning_identifier_without_container _nrn_get_prop_id (Prop *)
 
double nrn_ghk (double, double, double, double)
 
Datumnrn_prop_datum_alloc (int type, int count, Prop *p)
 

Variables

int cvode_active_
 
int secondorder
 
int use_sparse13
 
int nrn_nlayer_extracellular
 

Detailed Description

Forward declarations of Section, Node etc.

to be included in translated MOD files.

Definition in file section_fwd.hpp.

Macro Definition Documentation

◆ nlayer

#define nlayer   (nrn_nlayer_extracellular) /* first (0) layer is extracellular next to membrane */

Definition at line 31 of file section_fwd.hpp.

◆ NODEA

#define NODEA (   n)    _nrn_mechanism_access_a(n)

Definition at line 52 of file section_fwd.hpp.

◆ NODEB

#define NODEB (   n)    _nrn_mechanism_access_b(n)

Definition at line 53 of file section_fwd.hpp.

◆ NODED

#define NODED (   n)    _nrn_mechanism_access_d(n)

Definition at line 54 of file section_fwd.hpp.

◆ NODERHS

#define NODERHS (   n)    _nrn_mechanism_access_rhs(n)

Definition at line 55 of file section_fwd.hpp.

◆ NODEV

#define NODEV (   n)    _nrn_mechanism_access_voltage(n)

Definition at line 60 of file section_fwd.hpp.

Typedef Documentation

◆ Datum

Definition at line 12 of file section_fwd.hpp.

Function Documentation

◆ _nrn_get_prop_id()

Definition at line 88 of file membfunc.cpp.

◆ nrn_ghk()

double nrn_ghk ( double  v,
double  ci,
double  co,
double  z 
)

Definition at line 349 of file eion.cpp.

◆ nrn_prop_datum_alloc()

Datum* nrn_prop_datum_alloc ( int  type,
int  count,
Prop p 
)

Definition at line 33 of file cxprop.cpp.

Variable Documentation

◆ cvode_active_

int cvode_active_
extern

Definition at line 144 of file fadvance.cpp.

◆ nrn_nlayer_extracellular

int nrn_nlayer_extracellular
extern

Definition at line 16 of file extcelln.cpp.

◆ secondorder

int secondorder
extern

Definition at line 107 of file init.cpp.

◆ use_sparse13

int use_sparse13
extern

Definition at line 58 of file treeset.cpp.