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 WITH LLVM-exception
3// Copyright (C) 2023 - 2025 by the ryujin authors
4//
5
6#pragma once
7
8#include <compile_time_options.h>
9
10#include "../stub_parabolic_module.h"
11#include "../stub_parabolic_system.h"
12#include "hyperbolic_system.h"
13#include "indicator.h"
14#include "limiter.h"
16
17namespace ryujin
18{
19 namespace Euler
20 {
33 struct Description {
35
37
38 template <int dim, typename Number = double>
41
42 template <typename ScalarNumber = double>
44
45 template <typename ScalarNumber = double>
47
48 template <typename ScalarNumber = double>
50 };
51 } // namespace Euler
52} // namespace ryujin