Skip to content
Snippets Groups Projects
Commit 0bb7114a authored by IvBu's avatar IvBu
Browse files

[dunemodule] Change order of slides.

parent 36ba1b66
No related branches found
No related tags found
1 merge request!177Fix empty slides
Pipeline #30504 waiting for manual action
...@@ -19,18 +19,18 @@ But where? ...@@ -19,18 +19,18 @@ But where?
## The Dune/Dumux Suite ## The Dune/Dumux Suite
<img src=img/dependenciesMyModule.png width="100%"> <img src=img/dependenciesMyModule.png width="100%">
## How are these modules linked? ## Creating a new dune module
Compile modules via: Start the script `duneproject` to initiate creating a new module:
```bash ```bash
./dune-common/bin/dunecontrol --opts=dumux/cmake.opts all ./dune-common/bin/duneproject
``` ```
## Creating a new dune module ## How are these modules linked?
Start the script `duneproject` to initiate creating a new module: Compile modules via:
```bash ```bash
./dune-common/bin/duneproject ./dune-common/bin/dunecontrol --opts=dumux/cmake.opts all
``` ```
## Adding test cases to an `appl` folder ## Adding test cases to an `appl` folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment