ryujin 2.1.1 revision 5b63c078534504e9d75978bd539bf7ffb02e1157
|
#include <source/euler/parabolic_system.h>
Public Member Functions | |
ParabolicSystem (const std::string &subsection="/ParabolicSystem") | |
Static Public Attributes | |
static const std::string | problem_name = "Identity" |
static constexpr bool | is_identity = true |
The parabolic subsystem of the compressible Euler equations. This is just the idenity operator.
Definition at line 23 of file parabolic_system.h.
|
inline |
Constructor.
Definition at line 50 of file parabolic_system.h.
|
inlinestatic |
The name of the hyperbolic system as a string.
Definition at line 29 of file parabolic_system.h.
|
staticconstexpr |
This parabolic subsystem represents an identity.
Definition at line 34 of file parabolic_system.h.