ryujin 2.1.1 revision 7ab52d499a3934b3ba6afcabe5103994024860b0
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 "../stub_solver.h"
9#include "hyperbolic_system.h"
10#include "indicator.h"
11#include "limiter.h"
12#include "parabolic_system.h"
13#include "riemann_solver.h"
14
15namespace ryujin
16{
17 namespace ScalarConservation
18 {
35 struct Description {
37
38 template <int dim, typename Number = double>
41
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 template <int dim, typename Number = double>
55 };
56 } // namespace ScalarConservation
57} // namespace ryujin
Euler::HyperbolicSystem HyperbolicSystem