#include "typedefs.hpp"#include "cl_Cell.hpp"#include "cl_Vector.hpp"#include "cl_ODE.hpp"#include "en_ODE_Status.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::ode |
Functions | |
| Status | belfem::ode::RK45 (ODE &aODE, real &aT, Vector< real > &aY, real &aStep, Cell< Vector< real > > &aWork, const real aEpsilon, const uint aMaxIterations, const real aTmax, const bool aAutoTimestep) |
| void | belfem::ode::RK45_init (ODE &aODE, Cell< Vector< real > > &aWork) |