-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWENO5-FM.pro
53 lines (48 loc) · 845 Bytes
/
WENO5-FM.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
TEMPLATE = app
CONFIG += console c++2a
CONFIG -= app_bundle
CONFIG -= qt
LIBS += -ltbb
LIBS += -ltbb
INCLUDEPATH += Eigen/
SOURCES += \
_vector4.cpp \
main.cpp \
miegruneisen.cpp \
valarray_extra_operations.cpp
HEADERS += \
_vector4.h \
arithmeticwith.h \
ebdf5.h \
eno3.h \
eos.h \
eos_mg.h \
euler1d.h \
eulerforward.h \
exactsolver.h \
extrapolation.h \
hllc_solver.h \
inviscidburgers1d.h \
inviscidburgers1d.h \
kfr1d.h \
kfr1d.h \
lf_flux.h \
lssperk10_9.h \
lssperk12_11.h \
miegruneisen.h \
ossperk4_3.h \
rk4_4.h \
rk6_5.h \
roe.h \
ssprk10_4.h \
ssprk33.h \
ssptserk12_8.h \
ssptserk8_5.h \
tdrk3_5.h \
twoderrk3_5.h \
weno5.h \
weno5coefs.h
DISTFILES += \
.gitignore \
plot.gnuplot \
plot.py