CoreNEURON
coreneuron::NetCvode Class Reference

Detailed Description

Definition at line 59 of file netcvode.hpp.

#include <netcvode.hpp>

Public Member Functions

 NetCvode (void)
 
virtual ~NetCvode ()
 
void p_construct (int)
 
void check_thresh (NrnThread *)
 
TQItemevent (double tdeliver, DiscreteEvent *, NrnThread *)
 
void move_event (TQItem *, double, NrnThread *)
 
TQItembin_event (double tdeliver, DiscreteEvent *, NrnThread *)
 
void deliver_net_events (NrnThread *)
 
void deliver_events (double til, NrnThread *)
 
bool deliver_event (double til, NrnThread *)
 
void clear_events ()
 
void init_events ()
 
void point_receive (int, Point_process *, double *, double)
 

Static Public Member Functions

static double eps (double x)
 

Public Attributes

int print_event_
 
int pcnt_
 
int enqueueing_
 
NetCvodeThreadDatap
 

Static Public Attributes

static double eps_
 

Constructor & Destructor Documentation

◆ NetCvode()

coreneuron::NetCvode::NetCvode ( void  )

Definition at line 150 of file netcvode.cpp.

◆ ~NetCvode()

coreneuron::NetCvode::~NetCvode ( )
virtual

Definition at line 167 of file netcvode.cpp.

Member Function Documentation

◆ bin_event()

TQItem * coreneuron::NetCvode::bin_event ( double  tdeliver,
DiscreteEvent db,
NrnThread nt 
)

Definition at line 198 of file netcvode.cpp.

◆ check_thresh()

void coreneuron::NetCvode::check_thresh ( NrnThread nt)

Definition at line 525 of file netcvode.cpp.

◆ clear_events()

void coreneuron::NetCvode::clear_events ( )

Definition at line 225 of file netcvode.cpp.

◆ deliver_event()

bool coreneuron::NetCvode::deliver_event ( double  til,
NrnThread nt 
)

In case of a self event we need to delete the self event

Definition at line 273 of file netcvode.cpp.

◆ deliver_events()

void coreneuron::NetCvode::deliver_events ( double  til,
NrnThread nt 
)

Enqueue any outstanding events in the interthread event buffer

Deliver events. When the map is used, the loop is explicit

Definition at line 331 of file netcvode.cpp.

◆ deliver_net_events()

void coreneuron::NetCvode::deliver_net_events ( NrnThread nt)

Definition at line 631 of file netcvode.cpp.

◆ eps()

static double coreneuron::NetCvode::eps ( double  x)
inlinestatic

Definition at line 71 of file netcvode.hpp.

◆ event()

TQItem * coreneuron::NetCvode::event ( double  tdeliver,
DiscreteEvent db,
NrnThread nt 
)

Definition at line 216 of file netcvode.cpp.

◆ init_events()

void coreneuron::NetCvode::init_events ( )

Definition at line 240 of file netcvode.cpp.

◆ move_event()

void coreneuron::NetCvode::move_event ( TQItem q,
double  tnew,
NrnThread nt 
)

Definition at line 314 of file netcvode.cpp.

◆ p_construct()

void coreneuron::NetCvode::p_construct ( int  n)

Definition at line 179 of file netcvode.cpp.

◆ point_receive()

void coreneuron::NetCvode::point_receive ( int  ,
Point_process ,
double *  ,
double   
)

Member Data Documentation

◆ enqueueing_

int coreneuron::NetCvode::enqueueing_

Definition at line 63 of file netcvode.hpp.

◆ eps_

double coreneuron::NetCvode::eps_
static

Definition at line 65 of file netcvode.hpp.

◆ p

NetCvodeThreadData* coreneuron::NetCvode::p

Definition at line 64 of file netcvode.hpp.

◆ pcnt_

int coreneuron::NetCvode::pcnt_

Definition at line 62 of file netcvode.hpp.

◆ print_event_

int coreneuron::NetCvode::print_event_

Definition at line 61 of file netcvode.hpp.


The documentation for this class was generated from the following files: