BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_ODE_RK45.hpp File Reference
#include "typedefs.hpp"
#include "cl_Cell.hpp"
#include "cl_Vector.hpp"
#include "cl_ODE.hpp"
#include "en_ODE_Status.hpp"
Include dependency graph for fn_ODE_RK45.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)