HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
g
i
m
n
r
s
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Euler2DFunctions.c
Go to the documentation of this file.
1
#include <math.h>
2
#include <
basic.h
>
3
#include <
physicalmodels/euler2d.h
>
4
5
int
Euler2DRoeAverage
(
double
*uavg,
double
*uL,
double
*uR,
void
*p)
6
{
7
Euler2D
*param = (
Euler2D
*) p;
8
_Euler2DRoeAverage_
(uavg,uL,uR,param);
9
return
(0);
10
}
basic.h
Some basic definitions and macros.
euler2d.h
_Euler2DRoeAverage_
#define _Euler2DRoeAverage_(uavg, uL, uR, p)
Definition:
euler2d.h:70
Euler2DRoeAverage
int Euler2DRoeAverage(double *uavg, double *uL, double *uR, void *p)
Definition:
Euler2DFunctions.c:5
Euler2D
Definition:
euler2d.h:244