ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
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 Skeleton
18 {
30 struct Description {
32
33 template <int dim, typename Number = double>
35
37
38 template <int dim, typename Number = double>
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 } // namespace Skeleton
51} // namespace ryujin
Euler::HyperbolicSystem HyperbolicSystem