You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the setup-dumux.sh script in two-scale-heat-conduction (#518)
* [two-scale-heat-conduction] adapt to micro-manager-v0.4.0
* [two-scale-heat-conduction] use dumux install script from release 3.7
* [two-scale-heat-conduction] make setup-dumux.sh more robust
* Add comment about running setup-dumux.sh in the README
* [two-scale-heat-conduction] suppress DUNE_CONTROL_PATH in setup
---------
Co-authored-by: Ishaan Desai <[email protected]>
Copy file name to clipboardExpand all lines: two-scale-heat-conduction/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,12 @@ preCICE configuration (image generated using the [precice-config-visualizer](htt
30
30
* Both the macro and micro simulations can be solved using the finite element library [Nutils](https://nutils.org/install.html) v7 or the simulation framework [DuMu<sup>x</sup>](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/).
31
31
* While using Nutils, the macro simulation is written in Python, so it requires the [Python bindings of preCICE](https://precice.org/installation-bindings-python.html).
32
32
* The [Micro Manager](https://precice.org/tooling-micro-manager-installation.html) controls all micro-simulations and facilitates coupling via preCICE. Use the [develop](https://github.com/precice/micro-manager/tree/develop) branch of the Micro Manager.
33
-
* To solve either the macro or micro simulations with the DuMu<sup>x</sup> framework, the necessary DUNE modules need to be downloaded and set up. Run `sh setup-dumux.sh` in the tutorial folder to set up the DUNE modules.
33
+
34
+
### DuMu<sup>x</sup> setup
35
+
36
+
To solve either the macro or micro simulations with the DuMu<sup>x</sup> framework, the necessary DUNE modules need to be downloaded and set up. This is done by running `sh setup-dumux.sh` in the tutorial folder.
37
+
38
+
Note that if an existing installation of DUNE modules is detected in a default location, this may lead to problems in running the `setup-dumux.sh` script. The environment variable `DUNE_CONTROL_PATH` is suppressed by the script.
0 commit comments