numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
ark54_esdirk_formula.h File Reference

Definition of ark54_esdirk_formula class. More...

+ Include dependency graph for ark54_esdirk_formula.h:

Go to the source code of this file.

Classes

class  num_collect::ode::runge_kutta::ark54_esdirk_formula< Problem, FormulaSolver >
 Class of ARK5(4)8L[2]SA-ESDIRK formula in [15] . More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 
namespace  num_collect::ode::runge_kutta
 Namespace of Runge-Kutta method.
 

Typedefs

template<concepts::problem Problem>
using num_collect::ode::runge_kutta::ark54_esdirk_solver = embedded_solver<ark54_esdirk_formula<Problem>>
 Class of solver using ARK5(4)6L[2]SA-ESDIRK formula in [15] .
 

Detailed Description

Definition of ark54_esdirk_formula class.

Definition in file ark54_esdirk_formula.h.