1 #include <../../nrnconf.h>
22 #define nt_t nrn_threads->_t
23 #define nt_dt nrn_threads->_dt
130 return ((
Cvode*) nt->
_vcv)->at_time(te, nt);
133 double x = te - 1e-11;
134 return (x <= nt->_t && x > (nt->
_t - nt->
_dt));
143 for (
int i = 0;
i < nc->
pcnt_; ++
i) {
145 for (
int j = 0;
j <
p.nlcv_; ++
j) {
void deliver_events(double til, NrnThread *)
void check_thresh(NrnThread *)
void deliver_net_events(NrnThread *)
void fixed_record_continuous(neuron::model_sorted_token const &, NrnThread &nt)
void re_init(double t0=0.)
void fixed_play_continuous(NrnThread *)
void hoc_execerror(const char *s1, const char *s2)
void cvode_fadvance(double tstop)
bool at_time(NrnThread *nt, double te)
void deliver_net_events(NrnThread *)
void fixed_play_continuous(NrnThread *nt)
void nrncvode_set_t(double)
void nrn_solver_prepare()
void fixed_record_continuous(neuron::model_sorted_token const &cache_token, NrnThread &nt)
NetCvode * net_cvode_instance
void nrn_deliver_events(NrnThread *)
void cvode_finitialize(double t0)
Represent main neuron object computed by single thread.