Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::ode |
Functions | |
| void | belfem::ode::RK45_init (ODE &aODE, Cell< Vector< real > > &aWork) |
| 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) |