Any type carrying an ODE right-hand side f(t,y,dy) and t0/tf/u0 data.
More...
#include <problems.hpp>
template<typename P>
p.f(t, y, dy);
{ p.u0 } -> std::convertible_to<const Vector&>;
{ p.t0 } -> std::convertible_to<double>;
{ p.tf } -> std::convertible_to<double>;
}
Any type carrying an ODE right-hand side f(t,y,dy) and t0/tf/u0 data.
BasicVector< real > Vector
Real-valued dense vector with full backend dispatch (CPU + GPU)
Any type carrying an ODE right-hand side f(t,y,dy) and t0/tf/u0 data.
Definition at line 20 of file problems.hpp.