![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/skeleton/description.h>
Public Types | |
| using | HyperbolicSystem = Skeleton::HyperbolicSystem |
| using | ParabolicSystem = ryujin::StubParabolicSystem |
| template<int dim, typename Number = double> | |
| using | ParabolicModule = ryujin::StubParabolicModule< Description, dim, Number > |
| template<typename ScalarNumber = double> | |
| using | Indicator = Skeleton::Indicator< ScalarNumber > |
| template<typename ScalarNumber = double> | |
| using | Limiter = Skeleton::Limiter< ScalarNumber > |
| template<typename ScalarNumber = double> | |
| using | WaveSpeedEstimator = Skeleton::WaveSpeedEstimator< ScalarNumber > |
A struct that contains all equation specific classes describing the chosen hyperbolic system, the indicator, the limiter and (approximate) Riemann solver.
We group all of these templates together in this struct so that we only need to add a single template parameter to the all the algorithm classes, such as HyperbolicModule.
Definition at line 32 of file description.h.
Definition at line 33 of file description.h.
Definition at line 35 of file description.h.
| using ryujin::Skeleton::Description::ParabolicModule = ryujin::StubParabolicModule<Description, dim, Number> |
Definition at line 38 of file description.h.
| using ryujin::Skeleton::Description::Indicator = Skeleton::Indicator<ScalarNumber> |
Definition at line 42 of file description.h.
| using ryujin::Skeleton::Description::Limiter = Skeleton::Limiter<ScalarNumber> |
Definition at line 45 of file description.h.
| using ryujin::Skeleton::Description::WaveSpeedEstimator = Skeleton::WaveSpeedEstimator<ScalarNumber> |
Definition at line 48 of file description.h.