Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::ode |
Functions | |
| void | belfem::ode::DOP853_init (ODE &aODE, Cell< Vector< real > > &aWork) |
| Status | belfem::ode::DOP853 (ODE &aODE, real &aT, Vector< real > &aY, real &aStep, Cell< Vector< real > > &aWork, const real aEpsilon=1e-7, const uint aMaxIterations=1000, const real aTmax=BELFEM_REAL_MAX, const bool aAutoTimestep=true) |
| Dormand-Prince 8(5,3) explicit Runge-Kutta method (DOP853). | |