Class of test problem of vibration with external force (autonomous version).
double scalar_type
Type of scalars.
static constexpr auto allowed_evaluations
Allowed evaluations.
autonomous_external_force_vibration_problem()
Constructor.
variable_type diff_coeff_
Differential coefficient.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
jacobian_type jacobian_
Jacobian.
Eigen::Vector3d variable_type
Type of variables.
void evaluate_on(scalar_type, const variable_type &variable, num_collect::ode::evaluation_type)
Evaluate on a (time, variable) pair.
Eigen::Matrix3d jacobian_type
Type of Jacobian.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
Definition of evaluation_type enumeration.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.