BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_ODE_DOP853.cpp File Reference
#include "fn_ODE_DOP853.hpp"
#include "assert.hpp"
Include dependency graph for fn_ODE_DOP853.cpp:

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).