- 23 Sep, 2015 1 commit
-
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Aug, 2015 1 commit
-
-
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
-
- 13 Jul, 2015 1 commit
-
-
Christoph Grueninger authored
Same for make_shared and some includes. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Jul, 2015 2 commits
-
-
Beatrix Becker authored
before at all). Approved by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15000 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
- remove trailing whitespace - replace tabs by spaces - remove pointless returns - remove superfluous semicolons - use an auto (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jun, 2015 1 commit
-
-
Christoph Grueninger 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
-
- 28 Jan, 2015 1 commit
-
-
Martin Schneider authored
Changed floating point comparisons. For comparisons with zero an absolute criteria is used, otherwise a relative one. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2014 1 commit
-
-
Bernd Flemisch authored
As decided at the Dumux day. Discussed with Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13788 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
Use Entitiy.level() which is in most cases simply EntityPointer->level(). (review by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Sep, 2014 1 commit
-
-
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
-
- 29 Aug, 2014 1 commit
-
-
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
-
- 07 Feb, 2014 1 commit
-
-
Thomas Fetzer authored
for all commits r12427-r12432 reviewed by Benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12439 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Feb, 2014 2 commits
-
-
Benjamin Faigle authored
fixed hard-to read line breaks and issues introduced by commit 12427 to reduce excessive file lengths. fvmpfal3dinteractionvolumecontaineradaptive.hh also prepares for the respective class applied in the compositional models that gets derived and will overwrite some functions: this-> Pointer changed to asImp_() reviewd by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12438 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
length = 150, thanks to kristopherg reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12427 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Dec, 2013 1 commit
-
-
Markus Wolff authored
This allows to overload the functions in derived classes. - reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12156 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Oct, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11764 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Oct, 2013 1 commit
-
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11612 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11598 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Sep, 2013 1 commit
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11554 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Sep, 2013 2 commits
-
-
Markus Wolff authored
- accidental commit of some lines git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
time steps - approved by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11495 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2013 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11295 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11286 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Aug, 2013 1 commit
-
-
Markus Wolff authored
- all pressure models now provide both, pressures and potentials. This allows us to use the same external utilities for both types of implementations - The naming is now consistent with the model -> avoid saving potentials as pressures and vice versa - Naming conventions reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11162 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2013 1 commit
-
-
Bernd Flemisch authored
local variables. Reviewed by Benjamin. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10776 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 May, 2013 1 commit
-
-
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
-
- 24 May, 2013 2 commits
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "C" in the capillary-pressure-saturation relationships: entryPC -> entryPc maxPC -> maxPc pC -> pc pCAlpha -> pcalpha pCGW -> pcgw pCNW -> pcnw pCGN -> pcgn pCHighSw -> pcHighSw pCLowSw -> pcLowSw setEntryPC -> setEntryPc setMaxPC -> setMaxPc Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10758 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-function in the material laws: Sgr -> sgr Snr -> snr SnToSne -> snToSne Sreg -> sreg Sw -> sw SwToSwe -> swToSwe SweToSw_ -> sweToSw_ Swr -> swr Swrx -> swrx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10757 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 May, 2013 1 commit
-
-
Christoph Grueninger authored
Use calculated porosity (found by a unused warning) (partly reviewed by bernd, thanks for helping with the fix) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 May, 2013 3 commits
-
-
Markus Wolff authored
face of the finite-volume transport model - time steps for the pressure model can be choosen larger than for the transport model - locally small time steps of the explicit scheme are less restrictive - reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10700 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
with the 2p2c models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10698 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
which approach zero -reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10697 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Mar, 2013 2 commits
-
-
Thomas Fetzer authored
removed <tt> for the sake of the handbook change \textbf{div} to \text{div} git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changed \text{grad} to \textbf{grad} in docu git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10355 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
partially implements FS#182. Reviewed by Benjamin and Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10177 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Jan, 2013 2 commits
-
-
Markus Wolff authored
criterion - Partly reviewed by Klaus, will be further reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9959 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- reset is now done directly in the transport loop to avoid errors -Reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9958 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Sep, 2012 1 commit
-
-
Markus Wolff authored
- correct treatment of mixed boundary conditions with a total velocity formulation if gravity and capillarity are enabled - reviewed by Yufei git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9028 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9005 2fb0f335-1f38-0410-981e-8018bf24f1b0
-