Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
g
i
k
m
o
p
s
t
v
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
Enumerations
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
include
fub
equations
perfect_gas
equations/perfect_gas/GodunovMethod.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020 Maikel Nadolski
2
//
3
// Permission is hereby granted, free of charge, to any person obtaining a copy
4
// of this software and associated documentation files (the "Software"), to deal
5
// in the Software without restriction, including without limitation the rights
6
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
// copies of the Software, and to permit persons to whom the Software is
8
// furnished to do so, subject to the following conditions:
9
//
10
// The above copyright notice and this permission notice shall be included in
11
// all copies or substantial portions of the Software.
12
//
13
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
// SOFTWARE.
20
21
#ifndef FUB_EQUATIONS_PERFECT_GAS_GODUNOV_METHOD_HPP
22
#define FUB_EQUATIONS_PERFECT_GAS_GODUNOV_METHOD_HPP
23
24
#include "
fub/equations/perfect_gas/ExactRiemannSolver.hpp
"
25
#include "
fub/flux_method/GodunovMethod.hpp
"
26
27
namespace
fub
{
28
29
extern
template
class
Godunov<PerfectGas<1>>;
30
extern
template
class
Godunov<PerfectGas<2>>;
31
extern
template
class
Godunov<PerfectGas<3>>;
32
33
extern
template
class
FluxMethod<Godunov<PerfectGas<1>>>;
34
extern
template
class
FluxMethod<Godunov<PerfectGas<2>>>;
35
extern
template
class
FluxMethod<Godunov<PerfectGas<3>>>;
36
37
}
38
39
#endif
ExactRiemannSolver.hpp
GodunovMethod.hpp
fub
The fub namespace.
Definition:
AnyBoundaryCondition.hpp:31
Generated on Fri Feb 12 2021 07:45:54 for Finite Volume Solver by
1.9.1