File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ with different problem definitions according to the application of interest.
12
12
13
13
Build by using
14
14
15
+ ` cd navier-stokes `
16
+
15
17
` make `
16
18
17
19
and run with
@@ -264,6 +266,8 @@ The main shallow-water solver for libCEED is defined in [`shallowwater.c`](shall
264
266
265
267
Build by using
266
268
269
+ ` cd shallow-water `
270
+
267
271
` make `
268
272
269
273
and run with
Original file line number Diff line number Diff line change 3
3
Compressible Navier-Stokes mini-app
4
4
========================================
5
5
6
- This example is located in the subdirectory :file: `examples/fluids `. It solves
6
+ This example is located in the subdirectory :file: `examples/fluids/navier-stokes `. It solves
7
7
the time-dependent Navier-Stokes equations of compressible gas dynamics in a static
8
8
Eulerian three-dimensional frame using unstructured high-order finite/spectral
9
9
element spatial discretizations and explicit high-order time-stepping (available in
You can’t perform that action at this time.
0 commit comments