67 .diff_coeff =
true, .jacobian =
true, .time_derivative =
true};
123 external_force_vibration_problem>);
Class of test problem of vibration with external force.
Eigen::Matrix2d jacobian_type
Type of Jacobian.
double scalar_type
Type of scalars.
static constexpr auto allowed_evaluations
Allowed evaluations.
external_force_vibration_problem()
Constructor.
variable_type diff_coeff_
Differential coefficient.
Eigen::Vector2d variable_type
Type of variables.
variable_type time_derivative_
Partial derivative with respect to time.
jacobian_type jacobian_
Jacobian.
void evaluate_on(scalar_type time, const variable_type &variable, num_collect::ode::evaluation_type)
Evaluate on a (time, variable) pair.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
auto time_derivative() const noexcept -> const variable_type &
Get the partial derivative with respect to time.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
Concept of problems of ordinary differential equations differentiable by time variable.
Definition of evaluation_type enumeration.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.
Definition of time_differentiable_problem concept.