Skip to content

Commit

Permalink
Update fluids/README and fluids/index.rst with new path
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Jun 3, 2020
1 parent bc11fa9 commit 83dc762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/fluids/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ with different problem definitions according to the application of interest.

Build by using

`cd navier-stokes`

`make`

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

Build by using

`cd shallow-water`

`make`

and run with
Expand Down
2 changes: 1 addition & 1 deletion examples/fluids/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Compressible Navier-Stokes mini-app
========================================

This example is located in the subdirectory :file:`examples/fluids`. It solves
This example is located in the subdirectory :file:`examples/fluids/navier-stokes`. It solves
the time-dependent Navier-Stokes equations of compressible gas dynamics in a static
Eulerian three-dimensional frame using unstructured high-order finite/spectral
element spatial discretizations and explicit high-order time-stepping (available in
Expand Down

0 comments on commit 83dc762

Please sign in to comment.