![]() |
NEURON
|
#include <../../nrnconf.h>#include <InterViews/resource.h>#include "classreg.h"#include "nrnoc2iv.h"#include "datapath.h"Go to the source code of this file.
Macros | |
| #define | nt_t nrn_threads->_t |
| #define | nt_dt nrn_threads->_dt |
Functions | |
| void | cvode_fadvance (double) |
| void | cvode_finitialize (double t0) |
| void | nrncvode_set_t (double) |
| bool | at_time (NrnThread *, double) |
| void | nrn_random_play () |
| void | deliver_net_events (NrnThread *) |
| void | nrn_deliver_events (NrnThread *) |
| void | clear_event_queue () |
| void | init_net_events () |
| void | nrn_record_init () |
| void | nrn_play_init () |
| void | fixed_record_continuous (NrnThread *nt) |
| void | fixed_play_continuous (NrnThread *nt) |
| void | nrn_solver_prepare () |
| static void | check_thresh (NrnThread *) |
Variables | |
| double | dt |
| double | t |
| int | cvode_active_ |
| int | nrn_use_daspk_ |
| NetCvode * | net_cvode_instance |
| int | v_structure_change |
| #define nt_dt nrn_threads->_dt |
Definition at line 22 of file cvodestb.cpp.
| #define nt_t nrn_threads->_t |
Definition at line 21 of file cvodestb.cpp.
| bool at_time | ( | NrnThread * | nt, |
| double | te | ||
| ) |
Definition at line 130 of file cvodestb.cpp.
Definition at line 57 of file cvodestb.cpp.
| void cvode_fadvance | ( | double | tstop | ) |
Definition at line 101 of file cvodestb.cpp.
| void cvode_finitialize | ( | double | t0 | ) |
Definition at line 122 of file cvodestb.cpp.
Definition at line 40 of file cvodestb.cpp.
Definition at line 81 of file cvodestb.cpp.
Definition at line 87 of file cvodestb.cpp.
Definition at line 63 of file cvodestb.cpp.
Definition at line 49 of file cvodestb.cpp.
Definition at line 75 of file cvodestb.cpp.
| void nrn_random_play | ( | ) |
Definition at line 598 of file ivocrand.cpp.
Definition at line 69 of file cvodestb.cpp.
Definition at line 93 of file cvodestb.cpp.
| void nrncvode_set_t | ( | double | tt | ) |
Definition at line 143 of file cvodestb.cpp.
| int cvode_active_ |
Definition at line 158 of file fadvance.cpp.
| NetCvode* net_cvode_instance |
Definition at line 27 of file cvodestb.cpp.
| int nrn_use_daspk_ |
Definition at line 70 of file treeset.cpp.
| int v_structure_change |
Definition at line 99 of file cvodestb.cpp.