- Mar 03, 2021
-
-
* was always false before, even if scotch is installed
-
- Nov 30, 2020
-
-
The file was removed a couple of month ago
-
- Nov 09, 2020
- Nov 06, 2020
- Jun 24, 2020
-
-
Timo Koch authored
Unfortunately the CMake logic for quad math detection was overwriting the Quadmath package from Dune and had to be removed. This removes all quadmath code from Dumux and uses the quadmath implementation of Dune instead (Dune::Float128) which is based on the same library.
-
- May 27, 2020
-
-
Timo Koch authored
-
- Apr 30, 2020
-
-
Timo Koch authored
-
- Apr 27, 2020
-
-
Bernd Flemisch authored
It is currently required that CMake looks for OpenMP, see https://github.com/OPM/opm-common/issues/1751. On the other, setting `-fopenmp` in the test is not necessary anymore.
-
- Dec 02, 2019
- Jul 12, 2018
- Jun 06, 2018
-
-
Add CMake detection by copying `FindQuadmath.cmake` from `opm-common/cmake/Modules` at https://github.com/OPM/opm-common/, version 37da204. Remove hack for GCC <= 4.6. Add Dune's IsNumber specialization. Test by using `quad` as `Scalar` and recalculating the one-phase incompressible TPFA test with analytic Jacobian.
-
- May 07, 2018
-
-
Thomas Fetzer authored
-
- Dec 18, 2017
-
-
Adds a description and the purpose of searched packages.
-
Dune 2.5 is required anway.
-
- Dec 11, 2017
-
-
add_dumux_test forwards to dune_add_test. Since Dune 2.6, this takes only the "real" command behind COMMAND, the arguments to that command have to follow behind CMD_ARGS. (cherry picked from commit 13141f3f)
-
- Dec 08, 2017
-
-
Bernd Flemisch authored
add_dumux_test forwards to dune_add_test. Since Dune 2.6, this takes only the "real" command behind COMMAND, the arguments to that command have to follow behind CMD_ARGS.
-
- Nov 27, 2017
-
-
Timo Koch authored
-
- Mar 23, 2017
-
-
Timo Koch authored
-
- Mar 06, 2017
-
-
[cmake] Add module to find pvpython, which can be used to run postprocessing scripts See merge request !393
-
- Mar 01, 2017
-
-
Thomas Fetzer authored
-
- Dec 27, 2016
-
-
Thomas Fetzer authored
[cmake,valgrind] Bring back mistakenly removed FindValgrind.cmake The removal happend in 37dbc358 ;) See merge request !319
-
Christoph Grüninger authored
The removal happend in 7b651d13
-
- Dec 01, 2016
-
-
Bernd Flemisch authored
Feature/use adl for std functions * `std::swap` and `dumux/common` was cleaned up * much more needs to be done * I found a bunch of other clean-up stuff See merge request !259
-
- Nov 29, 2016
-
-
Christoph Grüninger authored
-
- Nov 15, 2016
-
-
Thomas Fetzer authored
-
- Nov 14, 2016
-
-
Martin Schneider authored
The NLOPT and GLPK are libraries for nonlinear and linear optimization algorithms.
-
- Sep 27, 2016
-
-
Christoph Grüninger authored
-
- Sep 23, 2016
-
-
Christoph Grüninger authored
Should even work when they stick to version 3.0, but not vice versa.
-
- Sep 07, 2016
-
-
Timo Koch authored
-
- Jul 26, 2016
-
-
Timo Koch authored
-
- May 24, 2016
-
-
Timo Koch authored
The user can set the variable GSTAT_ROOT to the directory where gstat is installed for cmake to search there first before the default paths.
-
Thomas Fetzer authored
-
- Jan 20, 2016
-
-
Thomas Fetzer authored
-
- Jan 15, 2016
-
-
Timo Koch authored
The test falsely required an executable with the name of the test instead of the name of the executable. As the comment correctly states the test needs the executable to run not a test target..
-
- Jan 14, 2016
-
-
Christoph Grüninger authored
Re-enable Valgrind support which was accidentally dropped together with the Autotool's build system.
-
- Jan 13, 2016
-
-
Thomas Fetzer authored
-