ryujin 2.1.1 revision d0a94ad2ccc0c4c2e8c2485c52b06b90e2fc9853
description.h
Go to the documentation of this file.
1//
2// SPDX-License-Identifier: Apache-2.0
3// [LANL Copyright Statement]
4// Copyright (C) 2023 - 2024 by the ryujin authors
5// Copyright (C) 2023 - 2024 by Triad National Security, LLC
6//
7
8#pragma once
9
10#include "../stub_solver.h"
11#include "hyperbolic_system.h"
12#include "indicator.h"
13#include "limiter.h"
14#include "parabolic_system.h"
15#include "riemann_solver.h"
16
17namespace ryujin
18{
19 namespace ShallowWater
20 {
32 struct Description {
34
35 template <int dim, typename Number = double>
38
40
41 template <int dim, typename Number = double>
43
44 template <int dim, typename Number = double>
46
47 template <int dim, typename Number = double>
49
50 template <int dim, typename Number = double>
52 };
53 } // namespace ShallowWater
54} // namespace ryujin
Euler::HyperbolicSystem HyperbolicSystem