NEST
2.6.0,not_revisioned_source_dir@0
|
Buffers of the model. More...
#include <aeif_cond_alpha_RK5.h>
Public Member Functions | |
Buffers_ (aeif_cond_alpha_RK5 &) | |
Sets buffer pointers to 0. More... | |
Buffers_ (const Buffers_ &, aeif_cond_alpha_RK5 &) | |
Sets buffer pointers to 0. More... | |
Public Attributes | |
UniversalDataLogger < aeif_cond_alpha_RK5 > | logger_ |
Logger for all analog data. More... | |
RingBuffer | spike_exc_ |
buffers and sums up incoming spikes/currents More... | |
RingBuffer | spike_inh_ |
RingBuffer | currents_ |
double_t | step_ |
simulation step size in ms More... | |
double | IntegrationStep_ |
current integration time step, updated by solver More... | |
double_t | I_stim_ |
Input current injected by CurrentEvent. More... | |
Buffers of the model.
nest::aeif_cond_alpha_RK5::Buffers_::Buffers_ | ( | aeif_cond_alpha_RK5 & | n | ) |
Sets buffer pointers to 0.
nest::aeif_cond_alpha_RK5::Buffers_::Buffers_ | ( | const Buffers_ & | , |
aeif_cond_alpha_RK5 & | n | ||
) |
Sets buffer pointers to 0.
RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::currents_ |
double_t nest::aeif_cond_alpha_RK5::Buffers_::I_stim_ |
Input current injected by CurrentEvent.
This variable is used to transport the current applied into the dynamics function computing the derivative of the state vector. It must be a part of Buffers, since it is initialized once before the first simulation, but not modified before later Simulate calls.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
double nest::aeif_cond_alpha_RK5::Buffers_::IntegrationStep_ |
current integration time step, updated by solver
UniversalDataLogger<aeif_cond_alpha_RK5> nest::aeif_cond_alpha_RK5::Buffers_::logger_ |
Logger for all analog data.
Referenced by nest::aeif_cond_alpha_RK5::handles_test_event().
RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::spike_exc_ |
buffers and sums up incoming spikes/currents
RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::spike_inh_ |
double_t nest::aeif_cond_alpha_RK5::Buffers_::step_ |
simulation step size in ms