ryujin 2.1.1 revision dbf0e3ba7acdb60b6d558e4257815df4a8f8daf9
description.h
Go to the documentation of this file.
1//
2// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3// Copyright (C) 2023 - 2024 by the ryujin authors
4//
5
6#pragma once
7
8#include <compile_time_options.h>
9
10#include "../stub_parabolic_system.h"
11#include "../stub_solver.h"
12#include "hyperbolic_system.h"
13#include "indicator.h"
14#include "limiter.h"
15#include "riemann_solver.h"
16
17namespace ryujin
18{
19 namespace ScalarConservation
20 {
37 struct Description {
39
40 template <int dim, typename Number = double>
43
45
46 template <int dim, typename Number = double>
48
49 template <int dim, typename Number = double>
51
52 template <int dim, typename Number = double>
54
55 template <int dim, typename Number = double>
57 };
58 } // namespace ScalarConservation
59} // namespace ryujin
Euler::HyperbolicSystem HyperbolicSystem