Class of ODE problem to solve 1D wave equation of strings discretized using finite difference.
More...
#include <num_prob_collect/ode/string_wave_1d_problem.h>
Class of ODE problem to solve 1D wave equation of strings discretized using finite difference.
- Note
- The lower half of variables are displacements and the upper half are velocities.
- Examples
- pde/fd_rodasp_wave1d.cpp.
Definition at line 55 of file string_wave_1d_problem.h.
◆ scalar_type
◆ variable_type
◆ string_wave_1d_problem()
◆ diff_coeff()
auto num_prob_collect::ode::string_wave_1d_problem::diff_coeff |
( |
| ) |
const -> const variable_type& |
|
inlinenodiscardnoexcept |
◆ evaluate_on()
◆ points()
auto num_prob_collect::ode::string_wave_1d_problem::points |
( |
| ) |
const -> const variable_type& |
|
inlinenodiscardnoexcept |
◆ allowed_evaluations
auto num_prob_collect::ode::string_wave_1d_problem::allowed_evaluations |
|
staticconstexpr |
Initial value:=
Struct to specify types of evaluations.
Allowed evaluations.
Definition at line 64 of file string_wave_1d_problem.h.
◆ diff_coeff_
variable_type num_prob_collect::ode::string_wave_1d_problem::diff_coeff_ |
|
private |
◆ num_points_
◆ points_
variable_type num_prob_collect::ode::string_wave_1d_problem::points_ |
|
private |
◆ speed_
double num_prob_collect::ode::string_wave_1d_problem::speed_ |
|
private |
The documentation for this class was generated from the following file: