numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of ark43_esdirk_formula class. More...
#include "num_collect/base/index_type.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/ode/concepts/problem.h"
#include "num_collect/ode/concepts/update_equation_solver.h"
#include "num_collect/ode/embedded_solver.h"
#include "num_collect/ode/evaluation_type.h"
#include "num_collect/ode/inexact_newton_update_equation_solver.h"
#include "num_collect/ode/runge_kutta/implicit_formula_base.h"
Go to the source code of this file.
Classes | |
class | num_collect::ode::runge_kutta::ark43_esdirk_formula< Problem, FormulaSolver > |
Class of ARK4(3)6L[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::ark43_esdirk_solver = embedded_solver<ark43_esdirk_formula<Problem>> |
Class of solver using ARK4(3)6L[2]SA-ESDIRK formula in [15] . | |
Definition of ark43_esdirk_formula class.
Definition in file ark43_esdirk_formula.h.