67 .diff_coeff =
true, .jacobian =
true, .mass =
true};
86 variable(1) * variable(1);
87 diff_coeff_(1) = variable(0) - variable(1) - variable(1) * variable(1);
93 jacobian_(1, 1) = -1.0 - 2.0 * variable(1);
139 implicit_kaps_problem>);
Class of Kaps' problem kennedy2003.
Eigen::Matrix2d jacobian_type
Type of Jacobian.
void evaluate_on(double, const variable_type &variable, num_collect::ode::evaluation_type evaluations)
Evaluate on a (time, variable) pair.
jacobian_type jacobian_
Jacobian.
double epsilon_
Parameter.
implicit_kaps_problem(double epsilon)
Constructor.
variable_type diff_coeff_
Differential coefficient.
static constexpr auto allowed_evaluations
Allowed evaluations.
double scalar_type
Type of scalars.
auto mass() const noexcept -> const mass_type &
Get the mass.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
Eigen::Matrix2d mass_type
Type of mass.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
Eigen::Vector2d variable_type
Type of variables.
Concept of problems of ordinary differential equations with mass.
Concept of problems of multi-variate differentiable ordinary differential equations.
Definition of evaluation_type enumeration.
Definition of mass_problem concept.
Definition of multi_variate_differentiable_problem concept.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.