ryujin 2.1.1 revision 46bf70e400e423a8ffffe8300887eeb35b8dfb2c
Public Types | List of all members
ryujin::ShallowWater::Description Struct Reference

#include <source/shallow_water/description.h>

Public Types

using HyperbolicSystem = ShallowWater::HyperbolicSystem
 
template<int dim, typename Number = double>
using HyperbolicSystemView = ShallowWater::HyperbolicSystemView< dim, Number >
 
using ParabolicSystem = ryujin::StubParabolicSystem
 
template<int dim, typename Number = double>
using ParabolicSolver = ryujin::StubSolver< Description, dim, Number >
 
template<int dim, typename Number = double>
using Indicator = ShallowWater::Indicator< dim, Number >
 
template<int dim, typename Number = double>
using Limiter = ShallowWater::Limiter< dim, Number >
 
template<int dim, typename Number = double>
using RiemannSolver = ShallowWater::RiemannSolver< dim, Number >
 

Detailed Description

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.

Member Typedef Documentation

◆ HyperbolicSystem

Definition at line 35 of file description.h.

◆ HyperbolicSystemView

template<int dim, typename Number = double>
using ryujin::ShallowWater::Description::HyperbolicSystemView = ShallowWater::HyperbolicSystemView<dim, Number>

Definition at line 38 of file description.h.

◆ ParabolicSystem

Definition at line 41 of file description.h.

◆ ParabolicSolver

template<int dim, typename Number = double>
using ryujin::ShallowWater::Description::ParabolicSolver = ryujin::StubSolver<Description, dim, Number>

Definition at line 44 of file description.h.

◆ Indicator

template<int dim, typename Number = double>
using ryujin::ShallowWater::Description::Indicator = ShallowWater::Indicator<dim, Number>

Definition at line 47 of file description.h.

◆ Limiter

template<int dim, typename Number = double>
using ryujin::ShallowWater::Description::Limiter = ShallowWater::Limiter<dim, Number>

Definition at line 50 of file description.h.

◆ RiemannSolver

template<int dim, typename Number = double>
using ryujin::ShallowWater::Description::RiemannSolver = ShallowWater::RiemannSolver<dim, Number>

Definition at line 53 of file description.h.


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