Skip to content
Snippets Groups Projects
Commit 2b151ac0 authored by IvBu's avatar IvBu
Browse files

[dunemodule] Fix paths and includes.

parent e18070b5
No related branches found
No related tags found
1 merge request!155[slides] slides for the dune module exercise
Pipeline #30409 waiting for manual action
......@@ -43,8 +43,8 @@ You need to run this command in the folder with content dumux, dumux-course, dun
mkdir appl
```
* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/implicit/compressible/stationary in your new folder (e.g., `appl`)
* Copy the problem, spatialparams, cc source file, input file
* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/compressible/stationary in your new folder (e.g., `appl`)
* Copy the problem file, spatialparams file, properties file, cc source file and input file
* Adjust the CMakeLists.txt file within the dumux-example (or your module name)-folder to include your new subdirectory
......
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