NEURON
nrncvode.h File Reference

Go to the source code of this file.

Functions

void clear_event_queue (void)
 
void cvode_fadvance (double)
 
void nrn_random_play ()
 
void cvode_finitialize (double)
 
void nrncvode_set_t (double)
 
void deliver_net_events (struct NrnThread *)
 
void nrn_deliver_events (struct NrnThread *)
 
void init_net_events (void)
 
void nrn_record_init (void)
 
void nrn_play_init (void)
 
void fixed_record_continuous (struct NrnThread *nt)
 
void fixed_play_continuous (struct NrnThread *nt)
 
void nrn_solver_prepare (void)
 
void nrn_daspk_init_step (double, double, int)
 
void nrndae_init (void)
 
void nrndae_update (void)
 
void nrn_update_2d (struct NrnThread *)
 
void nrn_capacity_current (struct NrnThread *_nt, struct Memb_list *ml)
 
void nrn_spike_exchange_init (void)
 
void nrn_spike_exchange (struct NrnThread *nt)
 

Function Documentation

◆ clear_event_queue()

void clear_event_queue ( void  )

Definition at line 57 of file cvodestb.cpp.

◆ cvode_fadvance()

void cvode_fadvance ( double  tstop)

Definition at line 101 of file cvodestb.cpp.

◆ cvode_finitialize()

void cvode_finitialize ( double  t0)

Definition at line 122 of file cvodestb.cpp.

◆ deliver_net_events()

void deliver_net_events ( struct NrnThread nt)

Definition at line 40 of file cvodestb.cpp.

◆ fixed_play_continuous()

void fixed_play_continuous ( struct NrnThread nt)

Definition at line 81 of file cvodestb.cpp.

◆ fixed_record_continuous()

void fixed_record_continuous ( struct NrnThread nt)

Definition at line 87 of file cvodestb.cpp.

◆ init_net_events()

void init_net_events ( void  )

Definition at line 63 of file cvodestb.cpp.

◆ nrn_capacity_current()

void nrn_capacity_current ( struct NrnThread _nt,
struct Memb_list ml 
)

Definition at line 62 of file capac.cpp.

◆ nrn_daspk_init_step()

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

Definition at line 335 of file fadvance.cpp.

◆ nrn_deliver_events()

void nrn_deliver_events ( struct NrnThread nt)

Definition at line 49 of file cvodestb.cpp.

◆ nrn_play_init()

void nrn_play_init ( void  )

Definition at line 75 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 ( void  )

Definition at line 69 of file cvodestb.cpp.

◆ nrn_solver_prepare()

void nrn_solver_prepare ( void  )

Definition at line 93 of file cvodestb.cpp.

◆ nrn_spike_exchange()

void nrn_spike_exchange ( struct NrnThread nt)

◆ nrn_spike_exchange_init()

void nrn_spike_exchange_init ( void  )

Definition at line 458 of file netpar.cpp.

◆ nrn_update_2d()

void nrn_update_2d ( struct NrnThread nt)

Definition at line 100 of file extcelln.cpp.

◆ nrncvode_set_t()

void nrncvode_set_t ( double  tt)

Definition at line 143 of file cvodestb.cpp.

◆ nrndae_init()

void nrndae_init ( void  )

Definition at line 64 of file nrndae.cpp.

◆ nrndae_update()

void nrndae_update ( void  )

Definition at line 44 of file nrndae.cpp.