Go to the documentation of this file.
15 #define _PRAGMA_FOR_INIT_ACC_LOOP_ \
16 nrn_pragma_acc(parallel loop present(vdata [0:_cntml_padded * nparm]) if (_nt->compute_gpu)) \
17 nrn_pragma_omp(target teams distribute parallel for simd if(_nt->compute_gpu))
18 #define _STRIDE _cntml_padded + _iml
22 static const char*
mechanism[] = {
"0",
"capacitance",
"cm", 0,
"i_cap", 0, 0};
48 #define cm vdata[0 * _STRIDE]
49 #define i_cap vdata[1 * _STRIDE]
63 double cfac = .001 * _nt->
cj;
77 for (_iml = 0; _iml < _cntml_actual; _iml++) {
78 _vec_d[ni[_iml]] += cfac *
cm;
96 for (
int _iml = 0; _iml < _cntml_actual; _iml++) {
105 double cfac = .001 * _nt->
cj;
109 (void) _cntml_padded;
119 ni [0:_cntml_actual],
123 for (
int _iml = 0; _iml < _cntml_actual; _iml++) {
124 i_cap = cfac *
cm * _vec_rhs[ni[_iml]];
144 (void) _cntml_padded;
150 for (_iml = 0; _iml < _cntml_actual; _iml++) {
165 (void) _cntml_padded;
169 const double cfac = .001 * _nt->
cj;
173 for (_iml = 0; _iml < _cntml_actual; _iml++) {
int nrn_get_mechtype(const char *name)
Get mechanism type by the mechanism name.
void nrn_jacob_capacitance(NrnThread *, Memb_list *, int)
nrn_pragma_acc(routine seq) nrn_pragma_omp(declare target) philox4x32_ctr_t coreneuron_random123_philox4x32_helper(coreneuron nrn_pragma_omp(end declare target) namespace coreneuron
Provide a helper function in global namespace that is declared target for OpenMP offloading to functi...
int 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)
static const char * mechanism[]
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
void _nrn_layout_reg(int, int)
#define _PRAGMA_FOR_INIT_ACC_LOOP_
void capacitance_reg(void)
void nrn_alloc_capacitance(double *data, Datum *pdata, int type)
void nrn_init_capacitance(NrnThread *, Memb_list *, int)
void nrn_cur_capacitance(NrnThread *_nt, Memb_list *ml, int type)
void nrn_div_capacity(NrnThread *, Memb_list *, int)
void nrn_mul_capacity(NrnThread *, Memb_list *, int)
nrn_pragma_acc(routine vector) static void triang_interleaved2(NrnThread *nt
void hoc_register_prop_size(int, int, int)