35 typename T::mass_type;
37 requires requires(
typename T::variable_type& var,
38 const typename T::mass_type& coeff) { var = var + coeff * var; };
40 requires T::allowed_evaluations.allows(evaluation_type{.mass =
true});
Concept of constant references.
Concept of problems of ordinary differential equations with mass.
Concept of problems of ordinary differential equations.
Definition of const_reference_of concept.
Definition of evaluation_type enumeration.
Namespace of C++ concepts.
Definition of problem concept.