-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitignore
142 lines (137 loc) · 2.22 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
Makefile.in
Makefile
.license.stamp
*.trs
*.log
*.o
*.lo
.deps
.libs
aclocal.m4
autom4te.cache
build-aux
config.h
config.h.in
config.h.in~
config.status
configure
docs
doxygen/txt_common/about_vpath.page
libtool
masa.pc
masa.spec
stamp-h1
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
src/libfmasa.la
src/libmasa.la
src/masa.h
src/masa.mod
src/masa_version
src/masa.py
src/masa_wrap.c
src/_masa.la
examples/MASAshell
examples/ablation_example
examples/burgers_example
examples/c_euler_example
examples/c_heat_example
examples/c_laplace_example
examples/cp_gaussian
examples/display_solutions
examples/euler_chem
examples/euler_example
examples/euler_transient
examples/f_cns
examples/f_cns_4d
examples/f_euler
examples/f_insh
examples/f_laplace
examples/fans_sa
examples/fans_sa_finite_d
examples/fans_sa_wall
examples/heat_example
examples/laplace_example
examples/navierstokes
examples/radiation
examples/rans_sa
examples/sod
examples/switch
tests/ablation
tests/ad_cns
tests/ad_cns_crossterm
tests/ad_cns_les
tests/ad_divgradsimple
tests/ad_euler
tests/ad_ins
tests/axi_cns
tests/axi_euler
tests/c_array
tests/c_cns2d
tests/c_cns3d
tests/c_euler1d
tests/c_euler2d
tests/c_euler3d
tests/c_euler_chem_1d
tests/c_heat1dsc
tests/c_heat2dsc
tests/c_heat3dsc
tests/c_laplace
tests/c_misc
tests/c_purge
tests/c_radiation
tests/c_source
tests/catch_exception
tests/cns-2d-3d
tests/cns2d
tests/cns3d
tests/cns3d_phys
tests/cn2d3d
tests/cns_source_interface.mod
tests/cp_normal
tests/euler1d
tests/euler2d
tests/euler3d
tests/euler_chem_1d
tests/euler_source_interface.mod
tests/euler_transient_1d
tests/f_array
tests/f_cns2d
tests/f_cns3d
tests/f_euler1d
tests/f_euler2d
tests/f_euler3d
tests/f_euler_chem_1d
tests/f_heat
tests/f_laplace
tests/f_misc
tests/f_purge
tests/f_radiation
tests/fail_cond
tests/fans_sa_wall
tests/heat_const_steady
tests/heat_const_unsteady
tests/heat_var_steady
tests/heat_var_unsteady
tests/heat_steady_const
tests/heat_steady_var
tests/heat_unsteady_const
tests/heat_unsteady_var
tests/laplace
tests/misc
tests/ns3d_incompbouss
tests/pass_func
tests/poly
tests/purge
tests/py_init.sh
tests/radiation
tests/rans_sa
tests/register
tests/sod
tests/touch_swig_interface.sh
tests/uninit
tests/vec
tutorial/laplacian