NEURON
nrncvode.h File Reference
#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_
 

Function Documentation

◆ clear_event_queue()

void clear_event_queue ( )

Definition at line 52 of file cvodestb.cpp.

◆ cvode_fadvance()

void cvode_fadvance ( double  tstop)

Definition at line 100 of file cvodestb.cpp.

◆ cvode_finitialize()

void cvode_finitialize ( double  t0)

Definition at line 119 of file cvodestb.cpp.

◆ deliver_net_events()

void deliver_net_events ( NrnThread nt)

Definition at line 36 of file cvodestb.cpp.

◆ fixed_play_continuous()

void fixed_play_continuous ( NrnThread nt)

Definition at line 82 of file cvodestb.cpp.

◆ fixed_record_continuous()

void fixed_record_continuous ( neuron::model_sorted_token const &  cache_token,
NrnThread nt 
)

Definition at line 88 of file cvodestb.cpp.

◆ free_event_queues()

void free_event_queues ( )

Definition at line 58 of file cvodestb.cpp.

◆ init_net_events()

void init_net_events ( )

Definition at line 64 of file cvodestb.cpp.

◆ nrn_capacity_current()

void nrn_capacity_current ( neuron::model_sorted_token const &  sorted_token,
NrnThread _nt,
Memb_list ml 
)

Definition at line 61 of file capac.cpp.

◆ nrn_daspk_init_step()

void nrn_daspk_init_step ( double  tt,
double  dteps,
int  upd 
)

Definition at line 307 of file fadvance.cpp.

◆ nrn_deliver_events()

void nrn_deliver_events ( NrnThread nt)

Definition at line 44 of file cvodestb.cpp.

◆ nrn_event_queue_stats()

double nrn_event_queue_stats ( double *  stats)

Definition at line 126 of file netcvode.cpp.

◆ nrn_fake_fire()

void nrn_fake_fire ( int  gid,
double  spiketime,
int  fake_out 
)

Definition at line 900 of file netpar.cpp.

◆ nrn_play_init()

void nrn_play_init ( )

Definition at line 76 of file cvodestb.cpp.

◆ nrn_random_play()

void nrn_random_play ( )

Definition at line 10 of file extdef.h.

◆ nrn_record_init()

void nrn_record_init ( )

Definition at line 70 of file cvodestb.cpp.

◆ nrn_solver_prepare()

void nrn_solver_prepare ( )

Definition at line 94 of file cvodestb.cpp.

◆ nrn_spike_exchange()

void nrn_spike_exchange ( NrnThread nt)

Definition at line 552 of file netpar.cpp.

◆ nrn_spike_exchange_init()

void nrn_spike_exchange_init ( )

Definition at line 463 of file netpar.cpp.

◆ nrn_update_2d()

void nrn_update_2d ( NrnThread nt)

Definition at line 122 of file extcelln.cpp.

◆ nrncvode_set_t()

void nrncvode_set_t ( double  tt)

Definition at line 137 of file cvodestb.cpp.

◆ nrndae_init()

void nrndae_init ( )

Definition at line 56 of file nrndae.cpp.

◆ nrndae_update()

void nrndae_update ( NrnThread _nt)

Definition at line 34 of file nrndae.cpp.

Variable Documentation

◆ nrn_use_bin_queue_

bool nrn_use_bin_queue_
extern

Definition at line 225 of file netcvode.cpp.