- 10 Jan, 2012 3 commits
-
-
Andreas Lauser authored
it seems that the issue which triggered to make the tabulation "dumb" was not related to the tabulation. I guess that it had something to do with the fact that I used -ffast-math without -fno-finite-math-only... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7327 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
no patches are required anymore, DUNE uses 'bin' for executable files and the richards model has been fixed yesterday git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Jan, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7319 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Jan, 2012 9 commits
-
-
Andreas Lauser authored
This issue seems to be jinxed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7312 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7309 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7308 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
-ffast-math works fine provided that std::isnan() and std::isfinite() work which is taken care of by -fno-finite-math-only git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7304 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7302 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2012 9 commits
-
-
Andreas Lauser authored
Dumux 2.1 will require DUNE 2.1 or (possibly) above git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7301 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7300 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
there where some changes in the H2O-N2 fluid system git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7298 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7297 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7293 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7292 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7291 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7290 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7289 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Jan, 2012 10 commits
-
-
Andreas Lauser authored
tested on GCC 4.3 and GCC 4.6. Due to an incompatibility between those two compilers (GCC 4.3 expects that there's no semicolon behind static_assert(), GCC 4.6 requires one), it only compiles on GCC 4.6. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7286 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it was removed because the SET_STRING_PROP did not require a semicolon after it, which lead to a compiler warning with -pedantic git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7285 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
... and do not allow in-class initialization of constant floating point values. this might fix some errors with -pedantic on GCC < 4.5 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7283 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
once more remove warning-causing commas and semicolons. Now every currently compiling test does so without these warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7281 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7280 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7279 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Jan, 2012 8 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7277 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this issue was not triggered because the obstacle problem uses the H2O-N2 fluid system with the complex fluid relations disabled. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7276 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also use a 24x16 grid for the reference solution git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7275 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
- only clamp the newton update for the first five iterations of a time step - use the generic startup routines for the test problem - increase target and maximum newton iterations per time step in test problem to 18 and 28 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7274 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7273 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
the number of phases and to avoid gcc 4.6's error "assigning to an array from an initializer list." The ordering of the block vectors velocity_ and potential_ is inconsistent. This should be fixed as soon as possible. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7272 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this is required to make sure that the relation \rho^\kappa_g = X^\kappa_g \rho_g holds unconditionally. note, that we define the sum of the mass fractions to be the same as the sum of the mole fractions. (also note, that this change only affects the case where the gas phase is not present.) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7271 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7270 2fb0f335-1f38-0410-981e-8018bf24f1b0
-