Skip to content
Snippets Groups Projects
Commit 0d98f936 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

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

parent 7b05d402
No related branches found
No related tags found
1 merge request!60[exercises][dunemodule] Update statements corresponding to opts files.
......@@ -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