Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux-course
Commits
21ac6108
Commit
21ac6108
authored
Feb 19, 2019
by
Theresa Schollenberger
Browse files
[exercise-basic] rename input files in readme to params.input
parent
9c9d58f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-basic/README.md
View file @
21ac6108
...
...
@@ -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
...
...
Beatrix Becker
@becker
mentioned in commit
4bd4074e
·
Feb 19, 2019
mentioned in commit
4bd4074e
mentioned in commit 4bd4074efb30aa2288324f161f5c2d9a4ec1ba30
Toggle commit list
Beatrix Becker
@becker
mentioned in merge request
!71 (merged)
·
Feb 19, 2019
mentioned in merge request
!71 (merged)
mentioned in merge request !71
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment