Skip to content
Snippets Groups Projects
Commit 724ed1c9 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cleanup/dunemodule-exercise' into 'master'

[exercises][dunemodule] Update statements corresponding to opts files.

Closes #6

See merge request !60
parents d14b47ed 0d98f936
No related branches found
No related tags found
1 merge request!60[exercises][dunemodule] Update statements corresponding to opts files.
Pipeline #748 passed
......@@ -31,7 +31,7 @@ The following command will configure your new module
./dune-common/bin/dunecontrol --opts=<opts file> --only=dumux-example all
```
You need to run this command in the folder with content dumux, dumux-course, dune-common, dune-geometry, dune-grid, dune-istl, etc. `<opts file>` needs to be replaced (please replace the angle brackets also) by an options file, e.g. by `./dumux/optim.opts` or `./dumux/debug.opts`. optim.opts is faster - debug.opts allows for debugging.
You need to run this command in the folder with content dumux, dumux-course, dune-common, dune-geometry, dune-grid, dune-istl, etc. `<opts file>` needs to be replaced (please replace the angle brackets also) by an options file, e.g. by `./dumux/cmake.opts`. Have a look at the comments in this file to see how you can adapt it to your needs.
<hr><br><br>
### Task 3: Create a new test case within your new DuMuX module
......
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