Go to the documentation of this file.
43 extern void nrn_cur_ion(NrnThread* _nt, Memb_list* ml,
int type);
87 std::array<BAMech*, BEFORE_AFTER_SIZE>
bamech;
std::vector< Memb_func > memb_funcs
auto & get_mech_data_layout()
std::vector< int > nrn_has_net_event
values are type numbers of mechanisms which do net_send call related to NMODL net_event()
std::vector< pnt_receive_t > pnt_receive_init
std::vector< short > pnt_receive_size
void nrn_cur_ion(NrnThread *_nt, Memb_list *ml, int type)
auto & get_net_buf_send_type()
std::vector< int > pnttype2presyn
inverse of nrn_has_net_event_ maps the values of nrn_has_net_event_ to the index of ptntype2presyn
auto & get_is_artificial()
auto & get_memb_func(size_t idx)
DependencyTable ion_write_dependency
dependency helper filled by calls to hoc_register_dparam_semantics used when nrn_mech_depend is calle...
void nrn_init_ion(NrnThread *, Memb_list *, int)
auto & get_bbcore_write()
std::vector< int > nrn_mech_data_layout
std::vector< int > different_mechanism_type
Vector mapping the types (IDs) of different mechanisms of mod files between NEURON and CoreNEURON.
std::vector< bbcore_write_t > nrn_bbcore_write
std::vector< bbcore_read_t > nrn_bbcore_read
std::vector< short > nrn_artcell_qindex
auto & get_ion_write_dependency()
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
std::vector< pnt_receive_t > pnt_receive
Net Receive function pointer lookup tables.
auto & get_prop_dparam_size()
std::vector< bool > nrn_is_artificial
auto & get_has_net_event()
std::vector< std::vector< int > > DependencyTable
std::vector< int > nrn_prop_param_size
Internal lookup tables.
std::vector< int > nrn_prop_dparam_size
auto & get_artcell_qindex()
auto & get_pnt_receive_init()
std::vector< nrn_watch_check_t > nrn_watch_check
Holds function pointers for WATCH callback.
void nrn_alloc_capacitance(double *data, Datum *pdata, int type)
void nrn_init_capacitance(NrnThread *, Memb_list *, int)
auto & get_net_buf_receive()
auto & get_different_mechanism_type()
void second_order_cur(NrnThread *_nt, int secondorder)
void nrn_cur_capacitance(NrnThread *_nt, Memb_list *ml, int type)
std::array< BAMech *, BEFORE_AFTER_SIZE > bamech
before-after-blocks from nmodl are registered here as function pointers
auto & get_prop_param_size()
std::vector< int > net_buf_send_type
void nrn_alloc_ion(double *data, Datum *pdata, int type)
std::vector< std::pair< NetBufReceive_t, int > > net_buf_receive
Net send / Net receive only used in CoreNEURON for book keeping synapse mechs, should go into CoreNEU...
A class representing the CoreNEURON state, holding pointers to the various data structures.
auto & get_pnttype2presyn()
auto & get_pnt_receive_size()
std::vector< char > pnt_map
map if mech is a point process In the future only a field of Mechanism class