- Feb 10, 2016
-
-
- Feb 02, 2016
-
-
Thomas Fetzer authored
-
Timo Koch authored
Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.
-
- Jan 25, 2016
-
-
Thomas Fetzer authored
Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before. Changes in reference solutions are necessary due to small changes. Thanks gruenich for git-bisecting.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Jan 19, 2016
-
-
Thomas Fetzer authored
This changes the reference solutions.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
This requires updating the reference solutions. For mpnckinetic it was not able to check, whether the reference solution was already broken before.
-
- Jan 13, 2016
-
-
Thomas Fetzer authored
-
Christoph Grüninger authored
* Remove unused types * Remove superfluous semicolons after methods
-
- Jan 08, 2016
-
-
Thomas Fetzer authored
Note: this leads to a change how to set boundary conditions for the momentum balance. Inflow now becomes Dirichlet and Outflow becomes Neumann. This is consistent with the new notation.
-
- Dec 17, 2015
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
[problem] Move isCornerPoint() to more upstream position, because it may be used in other circumstances, too.
-
Thomas Fetzer authored
[multidomain,BeaversJoseph] Use BJCoeff() from the Darcy spatial parameters which is more meaningful. This includes proper warnings and removal of the SpatialParams objects.
-
- Dec 15, 2015
-
-
Thomas Fetzer authored
[multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a reimplementation in the non-isothermal coupling local residual. Move beaversJospehCoeff to SpatialParamters, where it belongs. Changes in reference solution was triggered, comments see below. 2cstokes2p2c: Checked storage.out (e.g. the evaporation rate): - changes were lass than 1 per mile. Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: main deviation (5%) in middle, where the profile is oscillating anyway and NOT at the interface Checked horizontal velocity profiles: - v_0: small differences towards the outflow boundary - v_1: difference during the profile development 2cnizeroeq2p2cni (freeflow): Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: no visible difference Checked horizontal velocity profiles: - v_0: no visible difference - v_1: small differences towards the outflow boundary 2cnizeroeq2p2cni (porousmedium): Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: very small deviation towards the interface (3%)
-
- Dec 14, 2015
-
-
Thomas Fetzer authored
[2cstokes2p2c,2cnistokes2p2cni] Remove not maintained and potentially very model specific output of fluxes.
-
Thomas Fetzer authored
[localresiduals] Remove duplicate and wrongly documented evaluation functions, which have only been used for output purposes.
-
- Dec 11, 2015
-
-
Thomas Fetzer authored
Save in runtime (old: 600s, new: 120s)
-
Thomas Fetzer authored
-
Thomas Fetzer authored
[boundarytypes,non-isothermal] Revert boundarytypes to almost original state (see below), update the non-isothermal models and reference solutions. Problems occured if the boundary types are herited or more precise the problem was to reset out of the parent class the boundary types from the childs classes.
-
Thomas Fetzer authored
[boundaryconditions,stokes2csubproblem] Apply changes for the boundary condition names to the Stokes2c side removed unused boundary condition flags.
-
Thomas Fetzer authored
-
- Dec 10, 2015
-
-
Thomas Fetzer authored
Small cleanup, removal of unused code and Mortar.
-
- 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 18, 2015
-
-
Bernd Flemisch authored
Fix all warnings triggered with -Wshadow.
-
- Nov 03, 2015
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Oct 28, 2015
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Oct 19, 2015
-
-
Christoph Grüninger authored
Use dune-ALUGrid instead. (reviewed and improved by timok)
-
- Oct 16, 2015
-
-
Bernd Flemisch authored
-
- Oct 08, 2015
-
-
Thomas Fetzer authored
-
- Oct 06, 2015
-
-
Christoph Grüninger authored
(reviewed by fetzer)
-
- Sep 25, 2015
-
-
Bernd Flemisch authored
The tests 2cstokes2p2c and 2cnistokes2p2cni failed due to differences in the final solutions that were caused by different timesteps that were caused by a small difference in the number of Newton iterations for one time step. This patch restricts the maximum time step size from 360 to 240 seconds. By this, the tests succeed. However, this is only a temporary fix and the basic issue should be investigated as part of our testing research. Discussed with fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15539 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 23, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15502 2fb0f335-1f38-0410-981e-8018bf24f1b0
-