- 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
-
- Jul 24, 2015
-
-
Thomas Fetzer authored
added cmake macro which, when called, links all input files of a folder reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15155 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 21, 2015
-
-
Christoph Grüninger authored
Input and grid files are symoblically linked instead of copied from the source dir to the build dir. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15124 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 08, 2015
-
-
Thomas Fetzer authored
fixed definition of the HAVE_GNUPLOT macro reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15024 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 23, 2015
-
-
Christoph Grüninger authored
Tests are no longer build when running ctest / make test. They have to be explicitly built within the test folder using "make all". This fixes FS#263. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14622 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 23, 2015
-
-
Thomas Fetzer authored
add a generic gnuplotinterface with a simple the gnuplot interface currently only works with CMake reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14428 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 09, 2014
-
-
Christoph Grüninger authored
Adjust runTest.sh to pass-through the return code. Adapt tests in test/decoupled/2p2c to reflect this behaviour. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13897 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 03, 2014
-
-
Bernd Flemisch authored
The Alberta flags additionally need a space dimension and can only be added for one such dimension. Thus, it is impossible to add all. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13841 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2014
-
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The function can be used instead of calling the add_dune_*_flag functions. The function is called from add_dumux_test. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13785 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2014
-
-
Christoph Grüninger authored
The complete path must be part of the wildcard. Additionally removed a file from cmake/module/CMakeLists.txt. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13408 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 08, 2014
-
-
Bernd Flemisch authored
Since everything has been moved to PDELab 2.0, the checks for a patched PDELab are no longer needed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13295 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 14, 2014
-
-
Christoph Grüninger authored
With CMake 3.0 warns about dependencies to non-existent targets. (reviewed and tested by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12619 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 10, 2014
-
-
Bernd Flemisch authored
This implements FS#217. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12591 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 29, 2014
-
-
Christoph Grüninger authored
The files are now automatically generated from the dune-common macros. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 15, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11996 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 28, 2013
-
-
Christoph Grüninger authored
This caused a invalid config.h. Improve an other CMake test: C files should always have an empty line at the end. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11848 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11551 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 23, 2013
-
-
Christoph Grüninger authored
Tests are still built only for ctest calls, not for plain make. Tests are built for make if -DDUMUX_BUILD_ALL_TESTS:BOOL=TRUE is set. This change is needed for CDash, otherwise compile errors and warnings where not displayed. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 03, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11369 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 29, 2013
-
-
Christoph Grüninger authored
test. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10778 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10753 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Compilation of DuMuX programs is not working. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10749 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 05, 2013
-
-
Thomas Fetzer authored
applied patch for superlu proposed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10318 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 27, 2013
-
-
Christoph Grüninger authored
look for dune modules. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10293 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 26, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8743 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 12, 2012
-
-
Christoph Grüninger authored
Improved CMake codes. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8457 2fb0f335-1f38-0410-981e-8018bf24f1b0
-