numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_prob_collect::ode::string_wave_1d_parameters Struct Reference

Struct of parameters in string_wave_1d_problem. More...

#include <num_prob_collect/ode/string_wave_1d_problem.h>

+ Collaboration diagram for num_prob_collect::ode::string_wave_1d_parameters:

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.
 

Detailed Description

Struct of parameters in string_wave_1d_problem.

Definition at line 36 of file string_wave_1d_problem.h.

Member Data Documentation

◆ length

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_points

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.

◆ speed

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.


The documentation for this struct was generated from the following file: