Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Glaeser2020a
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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-pub
Glaeser2020a
Commits
6bcc8543
Commit
6bcc8543
authored
2 years ago
by
Sarbani Roy
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
08c3f32b
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-0
36 additions, 0 deletions
README.md
with
36 additions
and
0 deletions
README.md
+
36
−
0
View file @
6bcc8543
...
...
@@ -47,3 +47,39 @@ Have a look at the `example.input` file to see what parameters you can change
without having to modify the source code.
[
1
]:
https://git.iws.uni-stuttgart.de/tools/frackit
Installation with Docker
========================
Create a new folder in your favourite location and change into it
```
bash
mkdir
Glaeser2020a
cd
Glaeser2020a
```
Download the container startup script
```
bash
wget https://git.iws.uni-stuttgart.de/dumux-pub/glaeser2020a/-/raw/master/docker_glaeser2020a.sh
```
Open the Docker Container by running
```
bash
bash docker_glaeser2020a.sh open
```
After the script has run successfully, you may build all executables
```
bash
cd
glaeser2020a/build-cmake
make build_tests
```
and you can run them individually. They are located in the example folder. It can be executed with an input filr, e.g., by running
```
bash
cd
example
./example_box example.input
```
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