|
| int | nrn_load_dll_recover_error () |
| |
| void | nrn_load_name_check (const char *name) |
| |
| void | hoc_reg_watch_allocate (int type, NrnWatchAllocateFunc_t waf) |
| |
| void | hoc_reg_bbcore_write (int type, bbcore_write_t f) |
| |
| void | hoc_reg_bbcore_read (int type, bbcore_write_t f) |
| |
| void | hoc_reg_nmodl_text (int type, const char *txt) |
| |
| void | hoc_reg_nmodl_filename (int type, const char *filename) |
| |
| void | add_nrn_has_net_event (int type) |
| |
| void | add_nrn_fornetcons (int type, int indx) |
| |
| void | add_nrn_artcell (int type, int qi) |
| |
| int | nrn_is_artificial (int pnttype) |
| |
| int | nrn_is_cable (void) |
| |
| void * | nrn_realpath_dlopen (const char *relpath, int flags) |
| |
| int | mswin_load_dll (const char *cp1) |
| |
| void | hoc_nrn_load_dll (void) |
| |
| void | nrn_threads_create (int, int) |
| |
| void | hoc_last_init (void) |
| |
| void | initnrn (void) |
| |
| void | nrn_register_mech_common (const char **m, Pvmp alloc, Pvmi cur, Pvmi jacob, Pvmi stat, Pvmi initialize, int nrnpointerindex, int vectorized) |
| |
| void | register_mech (const char **m, Pvmp alloc, Pvmi cur, Pvmi jacob, Pvmi stat, Pvmi initialize, int nrnpointerindex, int vectorized) |
| |
| void | nrn_writes_conc (int type, int unused) |
| |
| void | hoc_register_prop_size (int type, int psize, int dpsize) |
| |
| void | hoc_register_dparam_semantics (int type, int ix, const char *name) |
| |
| void | hoc_register_cvode (int i, nrn_ode_count_t cnt, nrn_ode_map_t map, Pvmi spec, Pvmi matsol) |
| |
| void | hoc_register_synonym (int i, void(*syn)(int, double **, Datum **)) |
| |
| void | register_destructor (Pvmp d) |
| |
| int | point_reg_helper (Symbol *s2) |
| |
| void | class2oc (const char *, void *(*cons)(Object *), void(*destruct)(void *), Member_func *, int(*checkpoint)(void **), Member_ret_obj_func *, Member_ret_str_func *) |
| |
| int | point_register_mech (const char **m, Pvmp alloc, Pvmi cur, Pvmi jacob, Pvmi stat, Pvmi initialize, int nrnpointerindex, int vectorized, void *(*constructor)(Object *), void(*destructor)(void *), Member_func *fmember) |
| |
| void | _modl_cleanup (void) |
| |
| void | _modl_set_dt (double newdt) |
| |
| void | _modl_set_dt_thread (double newdt, NrnThread *nt) |
| |
| double | _modl_get_dt_thread (NrnThread *nt) |
| |
| int | nrn_pointing (double *pd) |
| |
| void | state_discontinuity (int i, double *pd, double d) |
| |
| void | hoc_register_limits (int type, HocParmLimits *limits) |
| |
| void | hoc_register_units (int type, HocParmUnits *units) |
| |
| void | hoc_reg_ba (int mt, nrn_bamech_t f, int type) |
| |
| void | _cvode_abstol (Symbol **s, double *tol, int i) |
| |
| Node ** | node_construct (int) |
| |
| void | hoc_register_tolerance (int type, HocStateTolerance *tol, Symbol ***stol) |
| |
| void | _nrn_thread_reg (int i, int cons, void(*f)(Datum *)) |
| |
| void | _nrn_thread_table_reg (int i, void(*f)(double *, Datum *, Datum *, NrnThread *, int)) |
| |
| void | _nrn_setdata_reg (int i, void(*call)(Prop *)) |
| |
| double | nrn_call_mech_func (Symbol *s, int narg, Prop *p, int type) |
| |
| void | nrnunit_use_legacy () |
| |