![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/shallow_water/description.h>
Public Types | |
| using | HyperbolicSystem = ShallowWater::HyperbolicSystem |
| using | ParabolicSystem = ryujin::StubParabolicSystem |
| template<int dim, typename Number = double> | |
| using | ParabolicModule = ryujin::StubParabolicModule< Description, dim, Number > |
| template<typename ScalarNumber = double> | |
| using | Indicator = ShallowWater::Indicator< ScalarNumber > |
| template<typename ScalarNumber = double> | |
| using | Limiter = ShallowWater::Limiter< ScalarNumber > |
| template<typename ScalarNumber = double> | |
| using | WaveSpeedEstimator = ShallowWater::WaveSpeedEstimator< ScalarNumber > |
A struct that contains all equation specific classes describing the chosen hyperbolic system, the indicator, the limiter and (approximate) Riemann solver.
The compressible shallow water equations.
The parabolic subsystem is chosen to be the identity.
Definition at line 34 of file description.h.
Definition at line 35 of file description.h.
Definition at line 37 of file description.h.
| using ryujin::ShallowWater::Description::ParabolicModule = ryujin::StubParabolicModule<Description, dim, Number> |
Definition at line 40 of file description.h.
| using ryujin::ShallowWater::Description::Indicator = ShallowWater::Indicator<ScalarNumber> |
Definition at line 44 of file description.h.
| using ryujin::ShallowWater::Description::Limiter = ShallowWater::Limiter<ScalarNumber> |
Definition at line 47 of file description.h.
| using ryujin::ShallowWater::Description::WaveSpeedEstimator = ShallowWater::WaveSpeedEstimator<ScalarNumber> |
Definition at line 50 of file description.h.