CoreNEURON
membfunc.hpp File Reference
#include "coreneuron/mechanism/mechanism.hpp"
#include "coreneuron/utils/offload.hpp"
#include "coreneuron/utils/units.hpp"
#include <cmath>
#include <vector>

Go to the source code of this file.

Classes

struct  coreneuron::Memb_func
 
struct  coreneuron::BAMech
 
struct  coreneuron::DoubScal
 
struct  coreneuron::DoubVec
 
struct  coreneuron::VoidFunc
 

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Macros

#define VINDEX   -1
 
#define CABLESECTION   1
 
#define MORPHOLOGY   2
 
#define CAP   3
 
#define EXTRACELL   5
 
#define nrnocCONST   1
 
#define DEP   2
 
#define STATE   3 /*See init.c and cabvars.h for order of nrnocCONST, DEP, and STATE */
 
#define BEFORE_INITIAL   0
 
#define AFTER_INITIAL   1
 
#define BEFORE_BREAKPOINT   2
 
#define AFTER_SOLVE   3
 
#define BEFORE_STEP   4
 
#define BEFORE_AFTER_SIZE   5 /* 1 more than the previous */
 
#define NRNPOINTER
 
#define _AMBIGUOUS   5
 

Typedefs

using coreneuron::Pfrpdat = Datum *(*)(void)
 
using coreneuron::mod_alloc_t = void(*)(double *, Datum *, int)
 
using coreneuron::mod_f_t = void(*)(NrnThread *, Memb_list *, int)
 
using coreneuron::pnt_receive_t = void(*)(Point_process *, int, double)
 
using coreneuron::thread_table_check_t = void(*)(int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, int)
 
using coreneuron::NetBufReceive_t = void(*)(NrnThread *)
 
using coreneuron::nrn_watch_check_t = void(*)(NrnThread *, Memb_list *)
 
using coreneuron::bbcore_read_t = void(*)(double *, int *, int *, int *, int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, double)
 
using coreneuron::bbcore_write_t = void(*)(double *, int *, int *, int *, int, int, double *, Datum *, ThreadDatum *, NrnThread *, Memb_list *, double)
 

Functions

int coreneuron::nrn_get_mechtype (const char *name)
 Get mechanism type by the mechanism name. More...
 
const char * coreneuron::nrn_get_mechname (int type)
 
int coreneuron::register_mech (const char **m, mod_alloc_t alloc, mod_f_t cur, mod_f_t jacob, mod_f_t stat, mod_f_t initialize, mod_f_t private_constructor, mod_f_t private_destructor, int nrnpointerindex, int vectorized)
 
int coreneuron::point_register_mech (const char **, mod_alloc_t alloc, mod_f_t cur, mod_f_t jacob, mod_f_t stat, mod_f_t initialize, mod_f_t private_constructor, mod_f_t private_destructor, int nrnpointerindex, mod_f_t constructor, mod_f_t destructor, int vectorized)
 
void coreneuron::register_constructor (mod_f_t constructor)
 
void coreneuron::hoc_register_net_receive_buffering (NetBufReceive_t, int)
 
void coreneuron::hoc_register_net_send_buffering (int)
 
void coreneuron::hoc_register_watch_check (nrn_watch_check_t, int)
 
void coreneuron::nrn_jacob_capacitance (NrnThread *, Memb_list *, int)
 
void coreneuron::nrn_writes_conc (int, int)
 
constexpr double coreneuron::ktf (double celsius)
 
constexpr double coreneuron::nrn_nernst (double ci, double co, double z, double celsius)
 
constexpr void coreneuron::nrn_wrote_conc (int type, double *p1, int p2, int it, double **gimap, double celsius, int _cntml_padded)
 
double coreneuron::nrn_ghk (double v, double ci, double co, double z, double celsius)
 
void coreneuron::hoc_register_prop_size (int, int, int)
 
void coreneuron::hoc_register_dparam_semantics (int type, int, const char *name)
 
void coreneuron::hoc_reg_ba (int, mod_f_t, int)
 
void coreneuron::hoc_register_var (DoubScal *ds, DoubVec *dv, VoidFunc *)
 
void coreneuron::_nrn_layout_reg (int, int)
 
void coreneuron::_nrn_thread_reg0 (int i, void(*f)(ThreadDatum *))
 
void coreneuron::_nrn_thread_reg1 (int i, void(*f)(ThreadDatum *))
 
int coreneuron::nrn_mech_depend (int type, int *dependencies)
 
void coreneuron::add_nrn_fornetcons (int, int)
 
void coreneuron::add_nrn_has_net_event (int)
 
void coreneuron::net_event (Point_process *, double)
 
void coreneuron::net_send (void **, int, Point_process *, double, double)
 
void coreneuron::net_move (void **, Point_process *, double)
 
void coreneuron::artcell_net_send (void **, int, Point_process *, double, double)
 
void coreneuron::artcell_net_move (void **, Point_process *, double)
 
void coreneuron::nrn2ncs_outputevent (int netcon_output_index, double firetime)
 
void coreneuron::net_sem_from_gpu (int sendtype, int i_vdata, int, int ith, int ipnt, double, double)
 
void coreneuron::hoc_malchk (void)
 
void * coreneuron::hoc_Emalloc (size_t)
 

Variables

int coreneuron::nrn_ion_global_map_size
 
double ** coreneuron::nrn_ion_global_map
 
const int coreneuron::ion_global_map_member_size
 
int coreneuron::nrn_fornetcon_cnt_
 
int * coreneuron::nrn_fornetcon_type_
 
int * coreneuron::nrn_fornetcon_index_
 
bool coreneuron::nrn_use_localgid_
 

Macro Definition Documentation

◆ _AMBIGUOUS

#define _AMBIGUOUS   5

Definition at line 86 of file membfunc.hpp.

◆ AFTER_INITIAL

#define AFTER_INITIAL   1

Definition at line 68 of file membfunc.hpp.

◆ AFTER_SOLVE

#define AFTER_SOLVE   3

Definition at line 70 of file membfunc.hpp.

◆ BEFORE_AFTER_SIZE

#define BEFORE_AFTER_SIZE   5 /* 1 more than the previous */

Definition at line 72 of file membfunc.hpp.

◆ BEFORE_BREAKPOINT

#define BEFORE_BREAKPOINT   2

Definition at line 69 of file membfunc.hpp.

◆ BEFORE_INITIAL

#define BEFORE_INITIAL   0

Definition at line 67 of file membfunc.hpp.

◆ BEFORE_STEP

#define BEFORE_STEP   4

Definition at line 71 of file membfunc.hpp.

◆ CABLESECTION

#define CABLESECTION   1

Definition at line 58 of file membfunc.hpp.

◆ CAP

#define CAP   3

Definition at line 60 of file membfunc.hpp.

◆ DEP

#define DEP   2

Definition at line 64 of file membfunc.hpp.

◆ EXTRACELL

#define EXTRACELL   5

Definition at line 61 of file membfunc.hpp.

◆ MORPHOLOGY

#define MORPHOLOGY   2

Definition at line 59 of file membfunc.hpp.

◆ nrnocCONST

#define nrnocCONST   1

Definition at line 63 of file membfunc.hpp.

◆ NRNPOINTER

#define NRNPOINTER
Value:
4 /* added on to list of mechanism variables.These are \
pointers which connect variables from other mechanisms via the _ppval array. \
*/

Definition at line 83 of file membfunc.hpp.

◆ STATE

#define STATE   3 /*See init.c and cabvars.h for order of nrnocCONST, DEP, and STATE */

Definition at line 65 of file membfunc.hpp.

◆ VINDEX

#define VINDEX   -1

Definition at line 57 of file membfunc.hpp.