NEURON
options.h File Reference

Go to the source code of this file.

Macros

#define RA_WARNING   0
 
#define VECTORIZE   1 /* hope this speeds up simulations on a Cray */
 
#define I_MEMBRANE   1 /* compute i_cap and i_membrane on fadvance */
 
#define EXTRACELLULAR   2 /* default number of extracellular layers */
 
#define DIAMLIST   1 /* section contains diameter info */
 
#define EXTRAEQN
 
#define NTS_SPINE
 
#define METHOD3   0 /* third order spatially correct method */
 
#define KEEP_NSEG_PARM   1 /* Use old segment parameters to define */
 
#define CVODE   1 /* Allow the cvode variable time step method*/
 
#define CACHEVEC   1 /* define to 0 doubles in nodes instead of vectors*/
 
#define MULTICORE   1 /* not optional */
 

Macro Definition Documentation

◆ CACHEVEC

#define CACHEVEC   1 /* define to 0 doubles in nodes instead of vectors*/

Definition at line 39 of file options.h.

◆ CVODE

#define CVODE   1 /* Allow the cvode variable time step method*/

Definition at line 36 of file options.h.

◆ DIAMLIST

#define DIAMLIST   1 /* section contains diameter info */

Definition at line 21 of file options.h.

◆ EXTRACELLULAR

#define EXTRACELLULAR   2 /* default number of extracellular layers */

Definition at line 19 of file options.h.

◆ EXTRAEQN

#define EXTRAEQN
Value:
0 /* ionic concentrations calculated via \
* jacobian along with v */

Definition at line 22 of file options.h.

◆ I_MEMBRANE

#define I_MEMBRANE   1 /* compute i_cap and i_membrane on fadvance */

Definition at line 17 of file options.h.

◆ KEEP_NSEG_PARM

#define KEEP_NSEG_PARM   1 /* Use old segment parameters to define */

Definition at line 33 of file options.h.

◆ METHOD3

#define METHOD3   0 /* third order spatially correct method */

Definition at line 29 of file options.h.

◆ MULTICORE

#define MULTICORE   1 /* not optional */

Definition at line 42 of file options.h.

◆ NTS_SPINE

#define NTS_SPINE
Value:
1 /* A negative diameter in pt3dadd() tags that \
* diamlist location as having a spine. \
* diam3d() still returns the postive diameter \
* spined3d() returns 1 or 0 signifying presence \
* of spine. setSpineArea() tells how much \
* area/spine to add to the segment. */

Definition at line 25 of file options.h.

◆ RA_WARNING

#define RA_WARNING   0

Definition at line 12 of file options.h.

◆ VECTORIZE

#define VECTORIZE   1 /* hope this speeds up simulations on a Cray */

Definition at line 14 of file options.h.