ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
|
#include <source/shallow_water/hyperbolic_system.h>
Public Member Functions | |
HyperbolicSystem (const std::string &subsection="/HyperbolicSystem") | |
template<int dim, typename Number > | |
auto | view () const |
Static Public Attributes | |
static const std::string | problem_name = "Shallow water equations" |
Runtime parameters, internal fields, methods, and friends | |
template<int dim, typename Number > | |
class | HyperbolicSystemView |
Description of a dim
dimensional hyperbolic conservation law modeling the shallow water equations.
We have a (1 + dim) dimensional state space \([h, \textbf m]\), where \(h\) denotes the water depth, abd \(\textbf m\) is the momentum.
Definition at line 40 of file hyperbolic_system.h.
|
inline |
Constructor.
Definition at line 636 of file hyperbolic_system.h.
|
inline |
Return a view on the Hyperbolic System for a given dimension dim
and choice of number type Number
(which can be a scalar float, or double, as well as a VectorizedArray holding packed scalars.
Definition at line 60 of file hyperbolic_system.h.
|
friend |
Definition at line 78 of file hyperbolic_system.h.
|
inlinestatic |
The name of the hyperbolic system as a string.
Definition at line 46 of file hyperbolic_system.h.