- Jul 21, 2015
-
-
Christoph Grüninger authored
Deprecate unused function simulate from MultiDomainProblem. (reviewed and tested by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15109 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 20, 2015
-
-
Thomas Fetzer authored
- updated output - eddy coefficient are now printed to vtk - fluxVariables data is printed to csv file - fixed small bug with the crossLength for Baldwin Lomax Model - further removing of unused properties reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15103 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 16, 2015
-
-
Thomas Fetzer authored
shortened setting of properties reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Changed linear solver for adaptive test problems. Previously SuperLU was used which is not included in the dune-istl module and therefore possibly not available on all machines. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15092 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Bernd Flemisch authored
The uploaded ones have been calculated using another grid manager than the ones on the test system. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15089 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15088 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
This prevents an error when running ctest and using Dune master. The error remains for Dune 2.3. (reviewed by schwenck) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15085 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15083 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 15, 2015
-
-
Martin Schneider authored
Corrction of storePrimVars routine. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15082 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changes as discussed in the handbook meeting git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15076 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The fuzzycompare script seems to be not fuzzy enough. The differences are due to the fact that the reference and the test solution have been / are calculated on different systems. They are negligible. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15075 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The changes introduced in commit 14916 had no effect on the test results. However, the reference solution was also updated. This restores the old reference solution. Discussed with fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15074 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2015
-
-
Thomas Fetzer authored
replaced SET_PROP by SET_INT_PROP, like it was proposed at a previous dumux-day reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15070 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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@15068 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Additionally use capabilities of the resize method to zero entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15067 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
-
Nicolas Schwenck authored
replace deprecated leafView with leafGridView. reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
readded empty default constructor which is needed for the co2tables.inc reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15064 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
* change in richards output - pressure head output only if gravity is defined * update of reference solutions of all richards tests - needed due to change in the output (pressure head, water content and source values) discussed and reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15062 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15061 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15060 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 13, 2015
-
-
Thomas Fetzer authored
fixed headercheck by forward declaration of properties and includes of the correct headers reviewed by martins and timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15059 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
- remove trailing whitespace - replace tabs by spaces - remove pointless returns - remove superfluous semicolons (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15056 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added asserts for the mass/mole formulations in the coupling conditions to ensure that the coupling conditions are applied correctly - skip test in case SuperLU or UMFPack are not available - updated documention and use of properties reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15055 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
dumux reviewed by grueninger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Removed semicolons after methods. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- defaulted superlu and umfpack as linear solver - added macros to skip test if the two above mentioned solvers are not installed - removed duplicate property definition - beautified comments reviewed by gruenich and hommel git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15051 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger 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
-
Thomas Fetzer authored
- enthalpy function in the h2oairfs now use the given phaseIdx and not automatically the nPhaseIdx, this could affect local-non-equilibrium results - fixed one description and one unit given reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15048 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 10, 2015
-
-
Christoph Grüninger authored
cf. FS#273 (reviewed martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15046 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
dune-alugrid 2.3 has no CMake support. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15045 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15044 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
This solves FS#267: http://www.dumux.org/flyspray/index.php?do=details&task_id=267&project=3 The solution is to define the static variables inside static functions. Then they will be destroyed on time, i.e., before MPI_Finalize is called. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15043 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
updated vtk output: 1) same names as in pm 2) always give mole and mass frac in output reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15042 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
removed unused variable warning reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15040 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15039 2fb0f335-1f38-0410-981e-8018bf24f1b0
-