an object that can create an ordinary differential equation More...
#include <cl_ODE.hpp>
Public Member Functions | |
| ODE (const uint aDimension) | |
| virtual | ~ODE ()=default |
| virtual void | compute (const real &aT, const Vector< real > &aY, Vector< real > &adYdT)=0 |
| uint | dimension () const |
| return the number of dimensions of this vector | |
| virtual real | check_events (const real &aT, const Vector< real > &aY) |
an object that can create an ordinary differential equation
|
inline |
|
virtualdefault |
|
inlinevirtual |
|
pure virtual |
Implemented in MyODE.
|
inline |
return the number of dimensions of this vector