- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Dec 08, 2015
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- Nov 04, 2015
- Nov 03, 2015
-
-
Timo Koch authored
Return an std::string. Don't use the parameter tree directly. Parameters are registered when using the macro. Thus our summary output with unused parameters only works when using our macro.
-
Timo Koch authored
Line breaks are not allowed in cmake strings. After version 3.0 linebreaking with backslash is possible.
-
- Oct 22, 2015
-
-
Thomas Fetzer authored
reviewed gruenich
-
- 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
-
- 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
-
-
Timo Koch authored
Adapt all Ctests to the new, architecture. Reviewd by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15129 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 16, 2015
-
-
Nicolas Schwenck authored
which lead to a DUNE exception when compiling with O3 and march=native on some machines reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15091 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 24, 2015
-
-
Christoph Grüninger authored
Remove deprecated, Autotools-based build system. Use CMake-based one instead. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14939 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 03, 2015
-
-
Beatrix Becker authored
possible, removed try and catch for reading runtime parameters git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 14, 2015
-
-
Johannes Hommel authored
- deleted all unnecessary comments - deleted all ################-only lines git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 12, 2015
-
-
Christoph Grüninger authored
Remove a wrong comment. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14036 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2014
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2014
-
-
Thomas Fetzer authored
implemented use of input files by CMakeLists.txt reviewed by natalies git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13406 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2014
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2014
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12701 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Fixed the stokes2cni test-problem such that it works with molar and mass fractions. The results match with those from klaus (see reference file r10276). (reviewed by Katherina and Christoph) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12698 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 06, 2014
-
-
Christoph Grüninger authored
(reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12421 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 09, 2013
-
-
Tianyuan Zheng authored
Dune::GeometryType geomType reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11634 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
-
- Aug 29, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11299 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11292 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 28, 2013
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-indices: S0Idx -> s0Idx SnIdx -> snIdx SwIdx -> swIdx SOrX1Idx -> sOrX1Idx SOrX2Idx -> sOrX2Idx SnOrXidx -> snOrXIdx SwOrXIdx -> swOrXIdx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10756 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The tests which were added in the CMakeLists.txt in the root dir are now added in the test directories. All arguments were transfered. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10752 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10751 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-