numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
string_wave_1d_problem.h File Reference

Definition of string_wave_1d_problem class. More...

#include <cmath>
#include <Eigen/Core>
#include "num_collect/base/index_type.h"
#include "num_collect/constants/pi.h"
#include "num_collect/ode/evaluation_type.h"
#include "num_collect/util/assert.h"
+ Include dependency graph for string_wave_1d_problem.h:

Go to the source code of this file.

Classes

struct  num_prob_collect::ode::string_wave_1d_parameters
 Struct of parameters in string_wave_1d_problem. More...
 
class  num_prob_collect::ode::string_wave_1d_problem
 Class of ODE problem to solve 1D wave equation of strings discretized using finite difference. More...
 
class  num_prob_collect::ode::string_wave_1d_solution
 Class to calculate exact solution of string_wave_1d_problem. More...
 

Namespaces

namespace  num_prob_collect
 Namespace of problems for test of num_collect.
 
namespace  num_prob_collect::ode
 Namespace of ordinary differential equation problems.
 

Detailed Description

Definition of string_wave_1d_problem class.

Definition in file string_wave_1d_problem.h.