![]() |
NEURON
|
#include <../../nrnconf.h>#include "hoc.h"#include "parse.hpp"#include <math.h>#include "equation.h"#include "nrnunits_modern.h"#include "ocfunc.h"Go to the source code of this file.
Functions | |
| void | hoc_nrnmpi_init () |
| void | hoc_init (void) |
| void | hoc_unix_mac_pc (void) |
| void | hoc_show_winio (void) |
| void | hoc_nrnversion (void) |
| void | hoc_Execerror (void) |
Variables | |
| struct { | |
| char * name | |
| int kval | |
| } | keywords [] |
| struct { | |
| char * name | |
| double cval | |
| } | consts [] |
| struct { | |
| char * name | |
| double cval [2] | |
| } | uconsts [] |
| struct { | |
| char * name | |
| double(* func )(double) | |
| } | builtins [] |
| struct { | |
| char * name | |
| void(* fun_blt )(void) | |
| } | fun_bltin [] |
| struct { | |
| char * name | |
| void(* strfun_blt )(void) | |
| } | strfun_bltin [] |
| struct { | |
| char * name | |
| void(* objfun_blt )(void) | |
| } | objfun_bltin [] |
| double | hoc_epsilon = 1.e-11 |
| double | hoc_ac_ |
| double * | hoc_varpointer |
| double | hoc_cross_x_ |
| double | hoc_cross_y_ |
| double | hoc_default_dll_loaded_ |
| char * | neuron_home |
| char * | nrn_mech_dll |
| int | nrn_noauto_dlopen_nrnmech |
| int | use_mcell_ran4_ |
| int | nrn_xopen_broadcast_ |
| int | _nrnunit_use_legacy_ |
| int | nrn_main_launch |
Definition at line 411 of file hoc_init.cpp.
| void hoc_nrnmpi_init | ( | ) |
Definition at line 378 of file ivocmain.cpp.
Definition at line 398 of file hoc_init.cpp.
Definition at line 383 of file hoc_init.cpp.
Definition at line 367 of file hoc_init.cpp.
| struct { ... } builtins[] |
| struct { ... } consts[] |
| double cval[2] |
Definition at line 87 of file hoc_init.cpp.
Definition at line 135 of file hoc_init.cpp.
| struct { ... } fun_bltin[] |
| double(* func) (double) |
Definition at line 111 of file hoc_init.cpp.
| double hoc_cross_x_ |
Definition at line 265 of file hoc_init.cpp.
| double hoc_cross_y_ |
Definition at line 265 of file hoc_init.cpp.
| double hoc_default_dll_loaded_ |
Definition at line 266 of file hoc_init.cpp.
| double* hoc_varpointer |
Definition at line 262 of file hoc_init.cpp.
| struct { ... } keywords[] |
| int kval |
Definition at line 36 of file hoc_init.cpp.
| char* name |
Definition at line 35 of file hoc_init.cpp.
| char* neuron_home |
Definition at line 268 of file hoc_init.cpp.
| int nrn_main_launch |
Definition at line 396 of file hoc_init.cpp.
| char* nrn_mech_dll |
Definition at line 269 of file hoc_init.cpp.
| int nrn_noauto_dlopen_nrnmech |
Definition at line 270 of file hoc_init.cpp.
| int nrn_xopen_broadcast_ |
Definition at line 272 of file hoc_init.cpp.
Definition at line 254 of file hoc_init.cpp.
| struct { ... } objfun_bltin[] |
Definition at line 242 of file hoc_init.cpp.
| struct { ... } strfun_bltin[] |
| struct { ... } uconsts[] |
| int use_mcell_ran4_ |
Definition at line 271 of file hoc_init.cpp.