CoreNEURON
netcvode.cpp File Reference

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Macros

#define PP2NT(pp)   (nrn_threads + (pp)->_tid)
 
#define PP2t(pp)   (PP2NT(pp)->_t)
 

Functions

void coreneuron::mk_netcvode ()
 
void coreneuron::net_sem_from_gpu (int sendtype, int i_vdata, int, int ith, int ipnt, double, double)
 
void coreneuron::net_send (void **, int, Point_process *, double, double)
 
void coreneuron::artcell_net_send (void **, int, Point_process *, double, double)
 
void coreneuron::net_event (Point_process *, double)
 
void coreneuron::interthread_enqueue (NrnThread *nt)
 
void coreneuron::nrn_p_construct ()
 
void coreneuron::net_move (void **, Point_process *, double)
 
void coreneuron::artcell_net_move (void **, Point_process *, double)
 
void coreneuron::ncs2nrn_integrate (double tstop)
 
static bool coreneuron::pscheck (double var, double thresh, int *flag)
 

Variables

NetCvode * coreneuron::net_cvode_instance
 
bool coreneuron::cvode_active_
 
bool coreneuron::nrn_use_bin_queue_ = 0
 Flag to use the bin queue. More...
 

Macro Definition Documentation

◆ PP2NT

#define PP2NT (   pp)    (nrn_threads + (pp)->_tid)

Definition at line 30 of file netcvode.cpp.

◆ PP2t

#define PP2t (   pp)    (PP2NT(pp)->_t)

Definition at line 31 of file netcvode.cpp.