
DuMux course material
The material is organized as follows
- Exercises: click here to go to the exercise description
- Scripts: click here for an overview of useful scripts (e.g. install script)
- Slides: click here to download the slides
- Links: click here to go to a list of useful links
Installation of the course
To get started with the course, you have two options. Depending on whether you already have DuMux installed or not, choose the one that fits your needs.
Install DuMux together with the course
The easiest way to install everything you need is to follow the steps in the install script. This will install everything for you to get directly started.
Install the course into your existing DuMux project
If you already have an installation of DuMux,
navigate to your common DuMux root directory cd yourInstallationFolder/dumux
and then run the following commands:
python3 dumux/bin/installexternal.py course
./dune-common/bin/dunecontrol --opts=./dumux/cmake.opts all
This will download and then configure the course repository using dunecontrol
.
After this, you can start with the exercises.
Last updated for: DuMux release 3.4 in June 2021.