![]() |
NEURON
|
Go to the source code of this file.
Functions | |
| void | nrndae_alloc () |
| int | nrndae_extra_eqn_count () |
| void | nrndae_init () |
| void | nrndae_rhs () |
| void | nrndae_lhs () |
| void | nrndae_dkmap (double **, double **) |
| void | nrndae_dkres (double *, double *, double *) |
| void | nrndae_dkpsol (double) |
| void | nrndae_update () |
| void | nrn_matrix_node_free () |
| int | nrndae_list_is_empty () |
| void | nrndae_register (NrnDAE *n) |
| Add a NrnDAE object to the system. More... | |
| void | nrndae_deregister (NrnDAE *n) |
| Remove a NrnDAE object from the system. More... | |
Variables | |
| int | cvode_active_ |
| int | nrn_use_daspk_ |
| int | secondorder |
| static NrnDAEPtrList | nrndae_list |
| void nrn_matrix_node_free | ( | ) |
Definition at line 1901 of file treeset.cpp.
Definition at line 50 of file nrndae.cpp.
Remove a NrnDAE object from the system.
| n | The NrnDAE object (ie the dynamics) to remove. |
Definition at line 32 of file nrndae.cpp.
| void nrndae_dkmap | ( | double ** | pv, |
| double ** | pvdot | ||
| ) |
Definition at line 86 of file nrndae.cpp.
| void nrndae_dkpsol | ( | double | ) |
| void nrndae_dkres | ( | double * | y, |
| double * | yprime, | ||
| double * | delta | ||
| ) |
Definition at line 92 of file nrndae.cpp.
Definition at line 36 of file nrndae.cpp.
Definition at line 64 of file nrndae.cpp.
Definition at line 80 of file nrndae.cpp.
Definition at line 23 of file nrndae.cpp.
Add a NrnDAE object to the system.
| n | The NrnDAE object (ie the dynamics) to add. |
Definition at line 28 of file nrndae.cpp.
Definition at line 74 of file nrndae.cpp.
Definition at line 44 of file nrndae.cpp.
| int cvode_active_ |
Definition at line 158 of file fadvance.cpp.
| int nrn_use_daspk_ |
Definition at line 70 of file treeset.cpp.
|
static |
Definition at line 21 of file nrndae.cpp.