|
libode
Easy to compile, fast ODE integrators as C++ classes
|
Base class providing space for temporary solutions moving through RK stages. More...
#include <ode_erk.h>
Public Member Functions | |
| OdeERK (unsigned long neq) | |
| constructs | |
Protected Attributes | |
| double * | soltemp_ |
| temporary solution vector | |
Base class providing space for temporary solutions moving through RK stages.
| ode::OdeERK::OdeERK | ( | unsigned long | neq | ) |
constructs
| [in] | neq | number of equations in ODE system |
Definition at line 7 of file ode_erk.cc.
| ode::OdeERK::~OdeERK | ( | ) |
Definition at line 14 of file ode_erk.cc.
|
protected |