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 Skeleton
20 {
32 struct Description {
34
36
37 template <int dim, typename Number = double>
40
41 template <typename ScalarNumber = double>
43
44 template <typename ScalarNumber = double>
46
47 template <typename ScalarNumber = double>
49 };
50 } // namespace Skeleton
51} // namespace ryujin