Home
last modified time | relevance | path

Searched refs:I_INH (Results 1 – 12 of 12) sorted by relevance

/dports/science/nest/nest-simulator-3.1/models/
H A Daeif_psc_exp.cpp71 insert_( names::I_syn_in, &aeif_psc_exp::get_y_elem_< aeif_psc_exp::State_::I_INH > ); in create()
101 const double& I_syn_in = y[ S::I_INH ]; in aeif_psc_exp_dynamics()
113 f[ S::I_INH ] = -I_syn_in / node.P_.tau_syn_in; // Inh. synaptic current (pA) in aeif_psc_exp_dynamics()
276 def< double >( d, names::I_syn_in, y_[ I_INH ] ); in get()
285 updateValueParam< double >( d, names::I_syn_in, y_[ I_INH ], node ); in set()
287 if ( y_[ I_EXC ] < 0 || y_[ I_INH ] < 0 ) in set()
502 S_.y_[ State_::I_INH ] += B_.spike_inh_.get_value( lag ); in update()
H A Daeif_psc_alpha.cpp67 insert_( names::I_syn_in, &aeif_psc_alpha::get_y_elem_< aeif_psc_alpha::State_::I_INH > ); in create()
98 const double& I_syn_in = y[ S::I_INH ]; in aeif_psc_alpha_dynamics()
114 f[ S::I_INH ] = dI_syn_in - I_syn_in / node.P_.tau_syn_in; in aeif_psc_alpha_dynamics()
278 def< double >( d, names::I_syn_in, y_[ I_INH ] ); in get()
289 updateValueParam< double >( d, names::I_syn_in, y_[ I_INH ], node ); in set()
292 if ( y_[ I_EXC ] < 0 || y_[ I_INH ] < 0 ) in set()
H A Dpp_cond_exp_mc_urbanczik.cpp91 …&pp_cond_exp_mc_urbanczik::get_y_elem_< pp_cond_exp_mc_urbanczik::State_::I_INH, pp_cond_exp_mc_ur… in create()
145 const double I_syn_in = y[ S::idx( n, S::I_INH ) ]; in pp_cond_exp_mc_urbanczik_dynamics()
156 f[ S::idx( n, S::I_INH ) ] = -I_syn_in / node.P_.urbanczik_params.tau_syn_in[ n ]; in pp_cond_exp_mc_urbanczik_dynamics()
179 f[ S::idx( N::SOMA, S::I_INH ) ] = 0.0; in pp_cond_exp_mc_urbanczik_dynamics()
627 S_.y_[ State_::idx( n, State_::I_INH ) ] -= B_.spikes_[ 2 * n + 1 ].get_value( lag ); in update()
H A Dhh_psc_alpha.cpp64 insert_( names::I_syn_in, &hh_psc_alpha::get_y_elem_< hh_psc_alpha::State_::I_INH > ); in create()
94 const double& I_in = y[ S::I_INH ]; in hh_psc_alpha_dynamics()
119 f[ S::I_INH ] = dI_in - ( I_in / node.P_.tau_synI ); in hh_psc_alpha_dynamics()
H A Dhh_psc_alpha_clopath.cpp64 …insert_( names::I_syn_in, &hh_psc_alpha_clopath::get_y_elem_< hh_psc_alpha_clopath::State_::I_INH in create()
97 const double& I_in = y[ S::I_INH ]; in hh_psc_alpha_clopath_dynamics()
130 f[ S::I_INH ] = dI_in - ( I_in / node.P_.tau_synI ); in hh_psc_alpha_clopath_dynamics()
H A Daeif_psc_alpha.h270 I_INH, // 4 enumerator
H A Dhh_psc_alpha.h236 I_INH, // 7 enumerator
H A Daeif_psc_exp.h270 I_INH, // 2 enumerator
H A Dhh_psc_alpha_clopath.h277 I_INH, // 7 enumerator
H A Dhh_psc_alpha_gap.cpp63 insert_( names::I_syn_in, &hh_psc_alpha_gap::get_y_elem_< hh_psc_alpha_gap::State_::I_INH > ); in create()
95 const double& I_in = y[ S::I_INH ]; in hh_psc_alpha_gap_dynamics()
151 f[ S::I_INH ] = dI_in - ( I_in / node.P_.tau_synI ); in hh_psc_alpha_gap_dynamics()
H A Dhh_psc_alpha_gap.h263 I_INH, // 8 enumerator
H A Dpp_cond_exp_mc_urbanczik.h404 I_INH, enumerator