numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Struct of parameters in string_wave_1d_problem. More...
#include <num_prob_collect/ode/string_wave_1d_problem.h>
Public Attributes | |
double | length {1.0} |
Length of the space. | |
num_collect::index_type | num_points {101} |
Number of spatial points. | |
double | speed {1.0} |
Speed of the wave. | |
Struct of parameters in string_wave_1d_problem.
Definition at line 36 of file string_wave_1d_problem.h.
double num_prob_collect::ode::string_wave_1d_parameters::length {1.0} |
Length of the space.
Definition at line 45 of file string_wave_1d_problem.h.
num_collect::index_type num_prob_collect::ode::string_wave_1d_parameters::num_points {101} |
Number of spatial points.
Definition at line 42 of file string_wave_1d_problem.h.
double num_prob_collect::ode::string_wave_1d_parameters::speed {1.0} |
Speed of the wave.
Definition at line 39 of file string_wave_1d_problem.h.