Skip to content
Snippets Groups Projects
Commit 05fffb22 authored by Timo Koch's avatar Timo Koch
Browse files

[doc][gettingstarted] Add shortcut installation

at the beginning of getting started for convenience
parent 5d4e0bc2
No related branches found
No related tags found
1 merge request!3778[doc][gettingstarted] Add shortcut installation
......@@ -2,9 +2,22 @@
[TOC]
## Installation
With all basic requirements installed, DuMux can be setup with via a Python script:
```bash
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/raw/master/bin/installdumux.py
python3 installdumux.py
```
This script creates a local folder in which it operates and does not install or modify anything system-wide.
In case you are unsure about your setup and need more information,
first read and follow the [installation instructions](installation.md).
## Running an example
For this example it is assumed that you followed the [installation instructions](installation.md) and have a folder with a similar structure:
For this example it is assumed that you have a folder with a similar structure:
installation folder
|- dune-common
......@@ -27,6 +40,8 @@ For this example it is assumed that you followed the [installation instructions]
|- dumux
|...
You will automatically have such a folder structure if you followed the [installation instructions](installation.md) or used the Python installation script.
We want to run an example, in which we first compute a single phase fluid flow field with heterogeneous permeability field, and then run a tracer transport simulation with the computed velocity field. A detailed example description can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples).
First, we change to the example's directory:
......
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