ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
Loading...
Searching...
No Matches
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 - 2025 by the ryujin authors
5// Copyright (C) 2023 - 2024 by Triad National Security, LLC
6//
7
8#pragma once
9
10#include <compile_time_options.h>
11
12#include "../stub_parabolic_module.h"
13#include "../stub_parabolic_system.h"
14#include "hyperbolic_system.h"
15#include "indicator.h"
16#include "limiter.h"
18
19namespace ryujin
20{
21 namespace ShallowWater
22 {
34 struct Description {
36
38
39 template <int dim, typename Number = double>
42
43 template <typename ScalarNumber = double>
45
46 template <typename ScalarNumber = double>
48
49 template <typename ScalarNumber = double>
51 };
52 } // namespace ShallowWater
53} // namespace ryujin