Definition at line 59 of file netcvode.hpp.
#include <netcvode.hpp>
|
| NetCvode (void) |
|
virtual | ~NetCvode () |
|
void | p_construct (int) |
|
void | check_thresh (NrnThread *) |
|
TQItem * | event (double tdeliver, DiscreteEvent *, NrnThread *) |
|
void | move_event (TQItem *, double, NrnThread *) |
|
TQItem * | bin_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 double | eps (double x) |
|
◆ NetCvode()
coreneuron::NetCvode::NetCvode |
( |
void |
| ) |
|
◆ ~NetCvode()
coreneuron::NetCvode::~NetCvode |
( |
| ) |
|
|
virtual |
◆ bin_event()
◆ check_thresh()
void coreneuron::NetCvode::check_thresh |
( |
NrnThread * |
nt | ) |
|
◆ clear_events()
void coreneuron::NetCvode::clear_events |
( |
| ) |
|
◆ 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 | ) |
|
◆ eps()
static double coreneuron::NetCvode::eps |
( |
double |
x | ) |
|
|
inlinestatic |
◆ event()
◆ init_events()
void coreneuron::NetCvode::init_events |
( |
| ) |
|
◆ move_event()
void coreneuron::NetCvode::move_event |
( |
TQItem * |
q, |
|
|
double |
tnew, |
|
|
NrnThread * |
nt |
|
) |
| |
◆ p_construct()
void coreneuron::NetCvode::p_construct |
( |
int |
n | ) |
|
◆ point_receive()
void coreneuron::NetCvode::point_receive |
( |
int |
, |
|
|
Point_process * |
, |
|
|
double * |
, |
|
|
double |
|
|
) |
| |
◆ enqueueing_
int coreneuron::NetCvode::enqueueing_ |
◆ eps_
double coreneuron::NetCvode::eps_ |
|
static |
◆ pcnt_
int coreneuron::NetCvode::pcnt_ |
◆ print_event_
int coreneuron::NetCvode::print_event_ |
The documentation for this class was generated from the following files:
- /home/runner/work/CoreNeuron/CoreNeuron/coreneuron/network/netcvode.hpp
- /home/runner/work/CoreNeuron/CoreNeuron/coreneuron/network/netcvode.cpp