Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
f19dde21
Commit
f19dde21
authored
7 years ago
by
Martin Schneider
Browse files
Options
Downloads
Patches
Plain Diff
[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
,
!559
Feature/dumux course corrections
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/ex4/README.md
+8
-6
8 additions, 6 deletions
tutorial/ex4/README.md
with
8 additions
and
6 deletions
tutorial/ex4/README.md
+
8
−
6
View file @
f19dde21
...
@@ -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 ad
d
ress
<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
g
it
l
ab project
### Task 4: Create a new
G
it
L
ab 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`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment