CoreNEURON
errcodes.h File Reference

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 
 coreneuron::scopmath
 

Macros

#define ROUNDOFF   1.e-20
 
#define ZERO   1.e-8
 
#define STEP   1.e-6
 
#define CONVERGE   1.e-6
 
#define MAXCHANGE   0.05
 
#define INITSIMPLEX   0.25
 
#define MAXITERS   50
 
#define MAXSMPLXITERS   100
 
#define MAXSTEPS   20
 
#define MAXHALVE   15
 
#define MAXORDER   6
 
#define MAXTERMS   3
 
#define MAXFAIL   10
 
#define MAX_JAC_ITERS   20
 
#define MAX_GOOD_ORDER   2
 
#define MAX_GOOD_STEPS   3
 
#define SUCCESS   0
 
#define EXCEED_ITERS   1
 
#define SINGULAR   2
 
#define PRECISION   3
 
#define CORR_FAIL   4
 
#define INCONSISTENT   5
 
#define BAD_START   6
 
#define NODATA   7
 
#define NO_SOLN   8
 
#define LOWMEM   9
 
#define DIVCHECK   10
 
#define NOFORCE   11
 
#define DIVERGED   12
 
#define NEG_ARG   13
 
#define RANGE   14
 

Enumerations

enum  coreneuron::scopmath::enabled_code { coreneuron::scopmath::enabled_code::all, coreneuron::scopmath::enabled_code::compute_only }
 Flag to disable some code sections at compile time. More...
 

Functions

int coreneuron::abort_run (int code)
 

Macro Definition Documentation

◆ BAD_START

#define BAD_START   6

Definition at line 54 of file errcodes.h.

◆ CONVERGE

#define CONVERGE   1.e-6

Definition at line 34 of file errcodes.h.

◆ CORR_FAIL

#define CORR_FAIL   4

Definition at line 52 of file errcodes.h.

◆ DIVCHECK

#define DIVCHECK   10

Definition at line 58 of file errcodes.h.

◆ DIVERGED

#define DIVERGED   12

Definition at line 60 of file errcodes.h.

◆ EXCEED_ITERS

#define EXCEED_ITERS   1

Definition at line 49 of file errcodes.h.

◆ INCONSISTENT

#define INCONSISTENT   5

Definition at line 53 of file errcodes.h.

◆ INITSIMPLEX

#define INITSIMPLEX   0.25

Definition at line 36 of file errcodes.h.

◆ LOWMEM

#define LOWMEM   9

Definition at line 57 of file errcodes.h.

◆ MAX_GOOD_ORDER

#define MAX_GOOD_ORDER   2

Definition at line 45 of file errcodes.h.

◆ MAX_GOOD_STEPS

#define MAX_GOOD_STEPS   3

Definition at line 46 of file errcodes.h.

◆ MAX_JAC_ITERS

#define MAX_JAC_ITERS   20

Definition at line 44 of file errcodes.h.

◆ MAXCHANGE

#define MAXCHANGE   0.05

Definition at line 35 of file errcodes.h.

◆ MAXFAIL

#define MAXFAIL   10

Definition at line 43 of file errcodes.h.

◆ MAXHALVE

#define MAXHALVE   15

Definition at line 40 of file errcodes.h.

◆ MAXITERS

#define MAXITERS   50

Definition at line 37 of file errcodes.h.

◆ MAXORDER

#define MAXORDER   6

Definition at line 41 of file errcodes.h.

◆ MAXSMPLXITERS

#define MAXSMPLXITERS   100

Definition at line 38 of file errcodes.h.

◆ MAXSTEPS

#define MAXSTEPS   20

Definition at line 39 of file errcodes.h.

◆ MAXTERMS

#define MAXTERMS   3

Definition at line 42 of file errcodes.h.

◆ NEG_ARG

#define NEG_ARG   13

Definition at line 61 of file errcodes.h.

◆ NO_SOLN

#define NO_SOLN   8

Definition at line 56 of file errcodes.h.

◆ NODATA

#define NODATA   7

Definition at line 55 of file errcodes.h.

◆ NOFORCE

#define NOFORCE   11

Definition at line 59 of file errcodes.h.

◆ PRECISION

#define PRECISION   3

Definition at line 51 of file errcodes.h.

◆ RANGE

#define RANGE   14

Definition at line 62 of file errcodes.h.

◆ ROUNDOFF

#define ROUNDOFF   1.e-20

Definition at line 31 of file errcodes.h.

◆ SINGULAR

#define SINGULAR   2

Definition at line 50 of file errcodes.h.

◆ STEP

#define STEP   1.e-6

Definition at line 33 of file errcodes.h.

◆ SUCCESS

#define SUCCESS   0

Definition at line 48 of file errcodes.h.

◆ ZERO

#define ZERO   1.e-8

Definition at line 32 of file errcodes.h.