Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-course
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
4
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-course
Commits
29642f3d
Commit
29642f3d
authored
5 years ago
by
Theresa Schollenberger
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
03b90109
' into 'releases/3.0'
fix readme See merge request
!71
parents
046e3dcd
4bd4074e
No related branches found
No related tags found
1 merge request
!71
fix readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exercises/exercise-basic/README.md
+4
-5
4 additions, 5 deletions
exercises/exercise-basic/README.md
with
4 additions
and
5 deletions
exercises/exercise-basic/README.md
+
4
−
5
View file @
29642f3d
...
...
@@ -23,7 +23,7 @@ Locate all the files you will need for this exercise
*
The __problem file__ for the __2p__ problem:
`injection2pproblem.hh`
*
The __problem file__ for the __2p2c__ problem:
`injection2p2cproblem.hh`
*
The shared __spatial parameters file__:
`injection2pspatialparams.hh`
*
The shared __input file__:
`
exercise_basic
.input`
*
The shared __input file__:
`
params
.input`
<hr><br>
### Task 2: Compiling and running an executable
...
...
@@ -44,8 +44,8 @@ make exercise_basic_2p exercise_basic_2p2c
*
Execute the two problems and inspect the result
```
bash
./exercise_basic_2p
exercise_basic
.input
./exercise_basic_2p2c
exercise_basic
.input
./exercise_basic_2p
params
.input
./exercise_basic_2p2c
params
.input
```
*
you can look at the results with paraview
...
...
@@ -66,8 +66,7 @@ paraview injection-2p2c.pvd
```
cmake
# the two-phase non-isothermal simulation program
dune_add_test
(
NAME exercise_basic_2pni
SOURCES exercise_basic_2pni.cc
CMD_ARGS exercise_basic.input
)
SOURCES exercise_basic_2pni.cc
)
```
*
Test that everything compiles without error
...
...
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