- 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
-
Timo Koch authored
The dune macro used to add the target only adds it if doxygen was found. Then the target was not know in add_custom_command which is an error in CMake > v3.2.
-
- Dec 17, 2015
-
-
Christoph Grüninger authored
We require GCC 4.8, the feature is supported since GCC 4.6
-
- Nov 10, 2015
-
-
Christoph Grüninger authored
The old code only worked because the major version changed.
-
-
The dumux test macro doesn't need to add flags anymore.
-
- Nov 03, 2015
-
-
Add preprocessor deprecations to deprecation list in doxygen
-
- Oct 11, 2015
-
-
Christoph Grüninger authored
-
- Aug 25, 2015
-
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 21, 2015
-
-
Timo Koch authored
It was checked in add_dumux_test whether the to be linked input file exists but then another file was linked in some occations. Use the path relative to the source directory to fix the broken links. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 29, 2015
-
-
Bernd Flemisch authored
conventions Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15185 2fb0f335-1f38-0410-981e-8018bf24f1b0
-