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

Update README

parent 3fe890d4
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,42 @@ Used Versions and Software
For an overview on the used versions of the DUNE and DuMuX modules, please have a look at
[installWissinger2020a.sh](https://git.iws.uni-stuttgart.de/dumux-pub/Wissinger2020a/raw/master/installWissinger2020a.sh).
Installation with Docker
========================
Create a new folder in your favourite location and change into it
```bash
mkdir Wissinger2020a
cd Wissinger2020a
```
Download the container startup script
```bash
(docker_dumux-example.sh) [https://git.iws.uni-stuttgart.de/dumux-pub/wissinger2020a/-/blob/master/docker_dumux-example.sh]
```
Open the Docker Container
```bash
bash docker_dumux-example.sh open
```
After the script has run successfully, you may build all executables
```bash
cd wissinger2020a/build-cmake
make build_tests
```
and you can run them individually. They are located in the build-cmake folder according to the following path:
- appl/1pncmin
It can be executed by running
```bash
cd appl/1pncmin
./test_1pncminni_box
```
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