image added for navier-stokes example authored by Praetorius, Simon's avatar Praetorius, Simon
......@@ -194,4 +194,18 @@ adapt.adapt();
Complete Example
----------------
The full source code of the Navier-Stokes example can be found in the repository
at [src/navier-stokes.cpp](https://gitlab.mn.tu-dresden.de/amdis/amdis-examples/blob/master/src/navier-stokes.cpp).
\ No newline at end of file
at [src/navier-stokes.cpp](https://gitlab.mn.tu-dresden.de/amdis/amdis-examples/blob/master/src/navier-stokes.cpp).
Compile with
```
cmake --build build --target navier-stokes
```
and run with
```
./build-cmake/src/navier-stokes init/navier-stokes.dat
```
The result will look like
<img src="images/navier-stokes.png" with="50%" />
\ No newline at end of file