39template <concepts::problem Problem,
40 concepts::slope_equation_solver FormulaSolver =
41 inexact_newton_slope_equation_solver<Problem>>
44 implicit_euler_formula<Problem, FormulaSolver>, Problem,
53 Problem, FormulaSolver>;
59 static_assert(!problem_type::allowed_evaluations.mass,
60 "Mass matrix is not supported.");
78 "num_collect::ode::runge_kutta::implicit_euler_formula");
88 estimate = current + step_size *
slope_;
101template <concepts::problem Problem>
Class of tags of logs without memory management.
Class of simple solver of ODEs.
Definition of index_type type.
Definition of inexact_newton_slope_equation_solver class.
Definition of log_tag_view class.
std::ptrdiff_t index_type
Type of indices in this library.
Namespace of Runge-Kutta method.
Definition of problem concept.
Definition of simple_solver class.
Definition of slope_equation_solver concept.