Skip to content

Commit

Permalink
Fix formatting to satisfy markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiskelm committed Feb 20, 2023
1 parent 197f2fb commit 8670a8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/user/docs/example-usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Adapter usage

Please check out the examples in the `examples/` directory to get an idea on how to use the adapter.
Please check out the examples in the `examples/` directory to get an idea on how to use the adapter.
2 changes: 1 addition & 1 deletion doc/user/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ The DuMuX-preCICE adapter should build fine if DuMuX, preCICE and their dependen
If any tests fails, you should verify if something went wrong with the installation.
There are advanced ways of managing DUNE modules, e.g. using the environment variable `DUNE_CONTROL_PATH`, that are beyond the scope of this short documentation. You can find more information in the [DUNE FAQ](https://www.dune-project.org/doc/installation/#faq).
There are advanced ways of managing DUNE modules, e.g. using the environment variable `DUNE_CONTROL_PATH`, that are beyond the scope of this short documentation. You can find more information in the [DUNE FAQ](https://www.dune-project.org/doc/installation/#faq).
2 changes: 1 addition & 1 deletion doc/user/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Note that the DuMuX-preCICE adapter is a [DUNE module](https://www.dune-project.
- `docker/`: A Docker recipe that creates a container with DUNE, DuMuX and preCICE. The recipe is mainly used for the automated tests. Check the `README.md` in the subdirectory for more details.
- `dumux-precice/`: The preCICE adapter source code and further code for some of the tests and examples.
- `scripts/`: Contains useful scripts to run simulations and for checking the code's formatting.
- `test/`: Contains test cases and reference solutions (`reference-solutions/`). The directory also contains several DUNE configuration files (`.opts` files) for configuring the project.
- `test/`: Contains test cases and reference solutions (`reference-solutions/`). The directory also contains several DUNE configuration files (`.opts` files) for configuring the project.
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

- `dummysolver/` contains a dummy solver similar to the dummy solver provided by preCICE. However, the included dummy solver uses the DuMuX-preCICE adapter.
- `ff-pm/` contains examples of coupled free flow (`ff`) and porous medium (`pm`) flow

0 comments on commit 8670a8e

Please sign in to comment.