#include <../../nrnconf.h>
#include <cstdio>
#include "nrndae.h"
#include "nrndae_c.h"
#include "nrnoc2iv.h"
#include "treeset.h"
#include "utils/enumerate.h"
Go to the source code of this file.
◆ nrndae_alloc()
void nrndae_alloc |
( |
void |
| ) |
|
◆ nrndae_deregister()
void nrndae_deregister |
( |
NrnDAE * |
n | ) |
|
Remove a NrnDAE object from the system.
- Parameters
-
n | The NrnDAE object (ie the dynamics) to remove. |
Definition at line 22 of file nrndae.cpp.
◆ nrndae_dkmap()
void nrndae_dkmap |
( |
std::vector< double * > & |
pv, |
|
|
std::vector< double * > & |
pvdot |
|
) |
| |
◆ nrndae_dkres()
void nrndae_dkres |
( |
double * |
y, |
|
|
double * |
yprime, |
|
|
double * |
delta |
|
) |
| |
◆ nrndae_extra_eqn_count()
int nrndae_extra_eqn_count |
( |
void |
| ) |
|
◆ nrndae_init()
void nrndae_init |
( |
void |
| ) |
|
◆ nrndae_lhs()
◆ nrndae_list_is_empty()
int nrndae_list_is_empty |
( |
void |
| ) |
|
◆ nrndae_register()
void nrndae_register |
( |
NrnDAE * |
n | ) |
|
Add a NrnDAE object to the system.
- Parameters
-
n | The NrnDAE object (ie the dynamics) to add. |
Definition at line 18 of file nrndae.cpp.
◆ nrndae_rhs()
◆ nrndae_update()
◆ nrndae_list
◆ secondorder