![]() |
NEURON
|
#include "oc_ansi.h"
Go to the source code of this file.
Functions | |
void | cvode_fadvance (double) |
void | cvode_finitialize (double) |
void | nrncvode_set_t (double) |
void | deliver_net_events (NrnThread *) |
void | nrn_deliver_events (NrnThread *) |
void | clear_event_queue () |
void | free_event_queues () |
void | init_net_events () |
void | nrn_record_init () |
void | nrn_play_init () |
void | fixed_record_continuous (neuron::model_sorted_token const &, NrnThread &nt) |
void | fixed_play_continuous (NrnThread *nt) |
void | nrn_solver_prepare () |
void | nrn_random_play () |
void | nrn_daspk_init_step (double, double, int) |
void | nrndae_init () |
void | nrndae_update (NrnThread *) |
void | nrn_update_2d (NrnThread *) |
void | nrn_capacity_current (neuron::model_sorted_token const &, NrnThread *_nt, Memb_list *ml) |
void | nrn_spike_exchange_init () |
void | nrn_spike_exchange (NrnThread *nt) |
double | nrn_event_queue_stats (double *stats) |
void | nrn_fake_fire (int gid, double spiketime, int fake_out) |
Variables | |
bool | nrn_use_bin_queue_ |
void clear_event_queue | ( | ) |
Definition at line 52 of file cvodestb.cpp.
void cvode_fadvance | ( | double | tstop | ) |
Definition at line 100 of file cvodestb.cpp.
void cvode_finitialize | ( | double | t0 | ) |
Definition at line 119 of file cvodestb.cpp.
void deliver_net_events | ( | NrnThread * | nt | ) |
Definition at line 36 of file cvodestb.cpp.
void fixed_play_continuous | ( | NrnThread * | nt | ) |
Definition at line 82 of file cvodestb.cpp.
void fixed_record_continuous | ( | neuron::model_sorted_token const & | cache_token, |
NrnThread & | nt | ||
) |
Definition at line 88 of file cvodestb.cpp.
void free_event_queues | ( | ) |
Definition at line 58 of file cvodestb.cpp.
void init_net_events | ( | ) |
Definition at line 64 of file cvodestb.cpp.
void nrn_capacity_current | ( | neuron::model_sorted_token const & | sorted_token, |
NrnThread * | _nt, | ||
Memb_list * | ml | ||
) |
void nrn_daspk_init_step | ( | double | tt, |
double | dteps, | ||
int | upd | ||
) |
Definition at line 307 of file fadvance.cpp.
void nrn_deliver_events | ( | NrnThread * | nt | ) |
Definition at line 44 of file cvodestb.cpp.
double nrn_event_queue_stats | ( | double * | stats | ) |
Definition at line 126 of file netcvode.cpp.
void nrn_fake_fire | ( | int | gid, |
double | spiketime, | ||
int | fake_out | ||
) |
Definition at line 900 of file netpar.cpp.
void nrn_play_init | ( | ) |
Definition at line 76 of file cvodestb.cpp.
void nrn_record_init | ( | ) |
Definition at line 70 of file cvodestb.cpp.
void nrn_solver_prepare | ( | ) |
Definition at line 94 of file cvodestb.cpp.
void nrn_spike_exchange | ( | NrnThread * | nt | ) |
Definition at line 552 of file netpar.cpp.
void nrn_spike_exchange_init | ( | ) |
Definition at line 463 of file netpar.cpp.
void nrn_update_2d | ( | NrnThread * | nt | ) |
Definition at line 122 of file extcelln.cpp.
void nrncvode_set_t | ( | double | tt | ) |
Definition at line 137 of file cvodestb.cpp.
void nrndae_init | ( | ) |
Definition at line 56 of file nrndae.cpp.
void nrndae_update | ( | NrnThread * | _nt | ) |
Definition at line 34 of file nrndae.cpp.
|
extern |
Definition at line 225 of file netcvode.cpp.