- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Dec 08, 2015
-
-
Thomas Fetzer authored
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- Oct 22, 2015
-
-
Thomas Fetzer authored
The convenience functions for partial pressure and vapor pressure are helpful for calculating the relative humidity. There is now also a new function for setting the relative humidity instead of the mass or mole fractions. This makes life much easier, when working together with people from atmospheric science.
-
- 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 05, 2015
-
-
Thomas Fetzer authored
fixed wrong guardian macros reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15240 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 14, 2015
-
-
Thomas Fetzer authored
better handling of switching on/off of the gnuplot windows deprecated use of the plottingwindownumber unified output names reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15069 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 09, 2015
-
-
Thomas Fetzer authored
fixed warnings from doxygen [plotthermalconductivitymodel] deprecated the old class constructor call reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15029 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
-
- Apr 22, 2015
-
-
Bernd Flemisch authored
test/material/fluidmatrixinteractions Different tests have been writing output to the same file which can lead to wrong (testing) results if the tests are executed in parallel. Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14611 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 13, 2015
-
-
Thomas Fetzer authored
added new tests for all diffusivity and thermalconductivity laws use debug streams in gnuplotinterface reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14549 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
-
- 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
-
- May 16, 2014
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12836 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 09, 2014
-
-
Christoph Grüninger authored
GCC 4.9 complained about it. (reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12822 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 01, 2014
-
-
Christoph Grüninger authored
It was inconsistend and cluttered the Doxygen class documentation. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12805 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 04, 2013
-
-
Bernd Flemisch authored
checkfluidsystem: throw exception instead of doing an assert. Considering the commonly used interface for a component, the exception pretty much has to be thrown for any incompressible fluid phase. One should adapt the check from that perspective. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11370 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11302 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 19, 2013
-
-
Christoph Grüninger authored
Removed some wrong semicolons and an unused typedef. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10887 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
-
Bernd Flemisch authored
local variables. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10774 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
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
-
- Oct 17, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 27, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 20, 2012
-
-
Christoph Grüninger authored
Replaced use of DUMUX_UNUSED by DUNE_UNUSED. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8687 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 04, 2012
-
-
Markus Wolff authored
- included IsothermalImmiscibleFluidstate to test - activated test for fluidstate API git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8427 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 24, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7915 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 13, 2012
-
-
Bernd Flemisch authored
CMake: added tests for immiscibleflash and pengrobinson. Adapted test_pengrobinson to only calculate 50 intermediate values. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7736 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
expect your dumux-devel models to break... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7733 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 09, 2012
-
-
Katherina Baber authored
h20n2liquidphasefluidsystem git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7692 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 06, 2012
-
-
Andreas Lauser authored
TODO: section on constraint solvers. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7641 2fb0f335-1f38-0410-981e-8018bf24f1b0
-