- Jul 08, 2020
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Jun 24, 2020
-
-
Timo Koch authored
[bin][install] Capture output in log file, print on terminal, print error message in case of failure
-
-
- May 06, 2020
-
-
Bernd Flemisch authored
Although `extractmodulepart.sh` generates a `README.md`, no Markdown is used so far in this file. Use Markdown to define headings, lists and a table.
-
- Apr 23, 2020
-
-
Bernd Flemisch authored
-
- Apr 22, 2020
-
-
Ned Coltman authored
-
Ned Coltman authored
-
- Apr 21, 2020
-
-
Timo Koch authored
* Download the required cmake.opts file (requires wget) * Make for loop work on macOS bash * Check if folders are already created and skip if so * Make paraview command optional (might be installed as a separate programme package and is not strcitly needed for this installation) * Make mkdir work if DUMUX already exists
-
* adapt script * adapt handbook to include more options
-
* modify install guidance * re-add the test_dumux.sh
-
-
- Apr 18, 2020
- Apr 02, 2020
-
-
Martin Schneider authored
-
- Apr 01, 2020
-
-
Martin Schneider authored
-
- Mar 30, 2020
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Mar 04, 2020
-
-
Bernd Flemisch authored
Subfolder names in CMake's `add_subdirectory` are and should not be quoted anymore.
-
- Dec 02, 2019
-
-
Timo Koch authored
-
- Nov 11, 2019
-
-
Timo Koch authored
-
- Sep 18, 2019
-
-
Bernd Flemisch authored
-
- Aug 09, 2019
-
-
Bernd Flemisch authored
-
- Aug 07, 2019
-
-
Bernd Flemisch authored
-
- Jul 31, 2019
-
-
Bernd Flemisch authored
-
- Mar 27, 2019
-
-
Timo Koch authored
-
- Dec 18, 2018
-
-
Martin Schneider authored
-
- Dec 17, 2018
-
-
Martin Schneider authored
-
- Nov 27, 2018
-
-
Timo Koch authored
-
- Nov 19, 2018
-
-
Bernd Flemisch authored
-
- Oct 17, 2018
-
-
Timo Koch authored
-
- Jul 30, 2018
-
-
Timo Koch authored
-
- Jul 06, 2018
-
-
Timo Koch authored
-
- Jun 27, 2018
-
-
The distribution of a grid over several cores can be system-dependent, rendering the direct comparison of resulting parallel vtk files impossible. To enable a comparison, convert the parallel files into sequential ones in the fuzzycompare Python script. With this approach, it is possible to compare the parallel output against the sequential one. Adapt the gridcreator tests correspondingly. Concerning the converted vtk files, a few difficulties had to be handled: * The files usually have duplicated vertices at the process borders. Eliminate the duplicated entries. * The files can have an empty `PointData` section yielding to problems since the number of children differs. Eliminate the empty section from the files. * The attributes may be different for each node: the `NumberOfComponents` isn't stated explicity if it is equal to `1`. On the other hand, the minimum and maximum values are provided which is not the case for the original vtk output. Eliminate the check of the attributes if a conversion from pvd has happened. Enhance the gridcreator tests using boundary markers with an additional synchronization step for those markers in the parallel regime.
-
- Jun 21, 2018
-
-
Bernd Flemisch authored
`opm-material` is not needed anymore. Since Dumux checks itself for `opm-common` in its `CMakeLists.txt`, changes to `opm-grid`'s buildsystem giles aren't necessary anymore.
-
Martin Schneider authored
-
- Jun 20, 2018
-
-
Timo Koch authored
now defaults to the dumux folder if no other folder is specified as command line argument.
-
-
Add a corresponding python script `bin/util/create_cmakelists.py`. Move the folder `bin/moduleutil` to `bin/util`. Run the script.
-
- May 02, 2018
-
-
Timo Koch authored
-