#include <cl_ODE_Integrator.hpp>
Public Member Functions | |
| Integrator (ODE &aObject, const Type aType) | |
| ~Integrator ()=default | |
| real & | epsilon () |
| return the convergence criterion | |
| uint & | max_num_iterations () |
| set the maximum number of iterations | |
| real & | time () |
| return t-coordinate | |
| real & | maxtime () |
| real & | timestep () |
| return the current timestep | |
| Status | step (real &aT, Vector< real > &aY) |
| perform one single step | |
| const Type & | type () const |
| return the type | |
| void | set_auto_timestep (const bool aAutoTimestep=true) |
| set the autotimestep flag | |
|
default |
|
inline |
return the convergence criterion
|
inline |
set the maximum number of iterations
|
inline |
|
inline |
set the autotimestep flag
|
inline |
return t-coordinate
|
inline |
return the current timestep
|
inline |
return the type