Skip to content
Snippets Groups Projects
Commit f19dde21 authored by Martin Schneider's avatar Martin Schneider
Browse files

[ex4] Update readme

parent 13dbb15f
No related branches found
No related tags found
2 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!559Feature/dumux course corrections
...@@ -19,7 +19,7 @@ workflow to develop code on top of DuMuX. ...@@ -19,7 +19,7 @@ workflow to develop code on top of DuMuX.
* as name of the new module: `dumux-example` * as name of the new module: `dumux-example`
* as module dependencies: `dumux` * as module dependencies: `dumux`
* a version at your choice * a version at your choice
* your email adress * your email address
<hr><br><br> <hr><br><br>
### Task 2: Rerun dunecontrol to configure your new project ### Task 2: Rerun dunecontrol to configure your new project
...@@ -49,13 +49,13 @@ mkdir appl ...@@ -49,13 +49,13 @@ mkdir appl
* Add a new CMakeLists.txt in the folder `appl` with the content * Add a new CMakeLists.txt in the folder `appl` with the content
```cmake ```cmake
// add a new box 1p test # add a new box 1p test
dune_add_test(NAME test_box1p dune_add_test(NAME test_box1p
SOURCES test_box1p.cc) SOURCES test_box1p.cc)
// link the input file to the build folder # link the input file to the build folder
dune_symlink_to_source_files(FILES test_box1p.input) dune_symlink_to_source_files(FILES test_box1p.input)
``` ```
* Reconfigure your module by running in the topmost directory of your new module * Reconfigure your module by running in the topmost directory of your new module
...@@ -74,7 +74,7 @@ cd appl ...@@ -74,7 +74,7 @@ cd appl
``` ```
<hr><br><br> <hr><br><br>
### Task 4: Create a new gitlab project ### Task 4: Create a new GitLab project
<hr> <hr>
* Login with your username and password at https://git.iws.uni-stuttgart.de/ * Login with your username and password at https://git.iws.uni-stuttgart.de/
...@@ -84,6 +84,8 @@ on our GitLab instance as long as it is DuMuX related. ...@@ -84,6 +84,8 @@ on our GitLab instance as long as it is DuMuX related.
* Click the **New project** button * Click the **New project** button
* Specify your project name and click the **Create project** button
* Follow the given instructions for an *existing folder* * Follow the given instructions for an *existing folder*
**Important**: Before executing the `git add .` command, you should add your cmake build folder to `.gitignore`. **Important**: Before executing the `git add .` command, you should add your cmake build folder to `.gitignore`.
......
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