38template <concepts::problem Problem,
39 concepts::slope_equation_solver FormulaSolver =
40 inexact_newton_slope_equation_solver<Problem>>
43 Problem, FormulaSolver> {
57 static_assert(!problem_type::allowed_evaluations.mass,
58 "Mass matrix is not supported.");
135 problem(), time +
b1 * step_size, step_size, current,
a11);
141 step_size, current + step_size *
a21 *
k1_,
a22);
173template <concepts::problem Problem>
Class of tags of logs without memory management.
Class of solvers of ODEs using embedded formulas.
Definition of embedded_solver class.
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 slope_equation_solver concept.