Skip to content
Snippets Groups Projects
Commit 6bcc8543 authored by Sarbani Roy's avatar Sarbani Roy
Browse files

Update README.md

parent 08c3f32b
Branches master
No related tags found
No related merge requests found
......@@ -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
```
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