Skip to content

Commit c33bf84

Browse files
committed
Update fluids/README and fluids/index.rst for with path
1 parent bc11fa9 commit c33bf84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/fluids/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ with different problem definitions according to the application of interest.
1212

1313
Build by using
1414

15+
`cd navier-stokes`
16+
1517
`make`
1618

1719
and run with
@@ -264,6 +266,8 @@ The main shallow-water solver for libCEED is defined in [`shallowwater.c`](shall
264266

265267
Build by using
266268

269+
`cd shallow-water`
270+
267271
`make`
268272

269273
and run with

examples/fluids/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Compressible Navier-Stokes mini-app
44
========================================
55

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
77
the time-dependent Navier-Stokes equations of compressible gas dynamics in a static
88
Eulerian three-dimensional frame using unstructured high-order finite/spectral
99
element spatial discretizations and explicit high-order time-stepping (available in

0 commit comments

Comments
 (0)