ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
Loading...
Searching...
No Matches
Public Types | List of all members
ryujin::Skeleton::Description Struct Reference

#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 >
 

Detailed Description

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.

Member Typedef Documentation

◆ HyperbolicSystem

Definition at line 33 of file description.h.

◆ ParabolicSystem

Definition at line 35 of file description.h.

◆ ParabolicModule

template<int dim, typename Number = double>
using ryujin::Skeleton::Description::ParabolicModule = ryujin::StubParabolicModule<Description, dim, Number>

Definition at line 38 of file description.h.

◆ Indicator

template<typename ScalarNumber = double>
using ryujin::Skeleton::Description::Indicator = Skeleton::Indicator<ScalarNumber>

Definition at line 42 of file description.h.

◆ Limiter

template<typename ScalarNumber = double>
using ryujin::Skeleton::Description::Limiter = Skeleton::Limiter<ScalarNumber>

Definition at line 45 of file description.h.

◆ WaveSpeedEstimator

template<typename ScalarNumber = double>
using ryujin::Skeleton::Description::WaveSpeedEstimator = Skeleton::WaveSpeedEstimator<ScalarNumber>

Definition at line 48 of file description.h.


The documentation for this struct was generated from the following file: