Ember
|
Abstract base class for an ODE initial value problem that can be integrated by an Integrator. More...
#include <integrator.h>
Public Member Functions | |
virtual | ~ODE () |
virtual void | f (const double t, const dvec &y, dvec &ydot)=0 |
ODE function defined as ydot = f(t,y) | |
Abstract base class for an ODE initial value problem that can be integrated by an Integrator.
|
inlinevirtual |
ODE function defined as ydot = f(t,y)