ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
|
#include <source/skeleton/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 |
Friends | |
template<int dim, typename Number > | |
class | HyperbolicSystemView |
Description of a hyperbolic conservation law.
Definition at line 33 of file hyperbolic_system.h.
|
inline |
Constructor.
Definition at line 45 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 57 of file hyperbolic_system.h.
Referenced by ryujin::Skeleton::Uniform< dim, Number >::compute().
|
friend |
Definition at line 64 of file hyperbolic_system.h.
|
inlinestatic |
The name of the hyperbolic system as a string.
Definition at line 39 of file hyperbolic_system.h.