Go to the documentation of this file.
28 printf(
"%s PlayRecordEvent %.15g ", s, tt);
37 printf(
"PlayRecord\n");
48 , discon_indices_(discon)
85 if (discon_index_ < discon_indices_->size()) {
107 #ifdef CORENEURON_ENABLE_GPU
128 }
else if (tt <=
t_[0]) {
142 return (x0 + x1) / 2.;
144 return interp((tt - t0) / (t1 - t0), x0, x1);
158 printf(
"VecPlayContinuous ");
void continuous(double tt) override
VecPlayContinuous(double *, IvocVect &&yvec, IvocVect &&tvec, IvocVect *discon, int ith)
virtual void deliver(double tt, NetCvode *) override
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...
std::size_t ubound_index_
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
std::size_t discon_index_
virtual ~VecPlayContinuous()
void update(NrnThread *_nt)
virtual void play_init() override
virtual void pr(const char *, double t, NetCvode *) override
virtual void pr() override
PlayRecord(double *pd, int ith)
virtual void send(double deliverytime, NetCvode *, NrnThread *)
virtual NrnThread * thread()
virtual void deliver(double, NetCvode *)
NetCvode * net_cvode_instance
virtual void deliver(double, NetCvode *, NrnThread *) override
double interpolate(double tt)
IvocVect * discon_indices_
double interp(double th, double x0, double x1)
nrn_pragma_acc(routine vector) static void triang_interleaved2(NrnThread *nt