NEST
2.6.0,not_revisioned_source_dir@0
|
Buffers of the model. More...
#include <aeif_cond_exp.h>
Public Member Functions | |
Buffers_ (aeif_cond_exp &) | |
Sets buffer pointers to 0. More... | |
Buffers_ (const Buffers_ &, aeif_cond_exp &) | |
Sets buffer pointers to 0. More... | |
Public Attributes | |
UniversalDataLogger < aeif_cond_exp > | logger_ |
Logger for all analog data. More... | |
RingBuffer | spike_exc_ |
buffers and sums up incoming spikes/currents More... | |
RingBuffer | spike_inh_ |
RingBuffer | currents_ |
gsl_odeiv_step * | s_ |
GSL ODE stuff. More... | |
gsl_odeiv_control * | c_ |
adaptive stepsize control function More... | |
gsl_odeiv_evolve * | e_ |
evolution function More... | |
gsl_odeiv_system | sys_ |
struct describing system More... | |
double_t | step_ |
step size in ms More... | |
double | IntegrationStep_ |
current integration time step, updated by GSL More... | |
double_t | I_stim_ |
Input current injected by CurrentEvent. More... | |
Buffers of the model.
nest::aeif_cond_exp::Buffers_::Buffers_ | ( | aeif_cond_exp & | n | ) |
Sets buffer pointers to 0.
nest::aeif_cond_exp::Buffers_::Buffers_ | ( | const Buffers_ & | , |
aeif_cond_exp & | n | ||
) |
Sets buffer pointers to 0.
gsl_odeiv_control* nest::aeif_cond_exp::Buffers_::c_ |
adaptive stepsize control function
RingBuffer nest::aeif_cond_exp::Buffers_::currents_ |
gsl_odeiv_evolve* nest::aeif_cond_exp::Buffers_::e_ |
evolution function
double_t nest::aeif_cond_exp::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.
double nest::aeif_cond_exp::Buffers_::IntegrationStep_ |
current integration time step, updated by GSL
UniversalDataLogger<aeif_cond_exp> nest::aeif_cond_exp::Buffers_::logger_ |
Logger for all analog data.
Referenced by nest::aeif_cond_exp::handles_test_event().
gsl_odeiv_step* nest::aeif_cond_exp::Buffers_::s_ |
GSL ODE stuff.
stepping function
RingBuffer nest::aeif_cond_exp::Buffers_::spike_exc_ |
buffers and sums up incoming spikes/currents
RingBuffer nest::aeif_cond_exp::Buffers_::spike_inh_ |
double_t nest::aeif_cond_exp::Buffers_::step_ |
step size in ms
gsl_odeiv_system nest::aeif_cond_exp::Buffers_::sys_ |
struct describing system