- 14 Jul, 2015 4 commits
-
-
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 Schroeder 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
-
- 13 Jul, 2015 9 commits
-
-
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 Grueninger 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 Grueninger 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 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
-
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 Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Jul, 2015 4 commits
-
-
Christoph Grueninger 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
-
- 09 Jul, 2015 1 commit
-
-
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
-
- 08 Jul, 2015 3 commits
-
-
Thomas Fetzer authored
fixed definition of the HAVE_GNUPLOT macro reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15024 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Hao Wu authored
doxygen - added zeroeq and multidomain models - add model and problem descriptions handbook - changes in the model description of models which do not use a free flow are just related to changes in doxygen - added equation subsections for multidomain and zeroeq models naming - applied naming convention to stokes, zeroeq, and multidomain models/problems reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15023 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
changed wrong macro guard reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15022 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Jul, 2015 3 commits
-
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15004 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- 01 Jul, 2015 2 commits
-
-
Thomas Fetzer authored
fixed bug in the calculation of the diffusion and conduction term in the stokes equation updated reference solutions and added new tests for diffusion and conduction reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14997 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
defaulted newton controller properties reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14996 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Jun, 2015 1 commit
-
-
Bernd Flemisch authored
For ages, the method centerUnitOuterNormal exists which does not require a local coordinate on the intersection. Therefore, we can also get rid of the assumption. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14957 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
-
- 19 Jun, 2015 2 commits
-
-
Thomas Fetzer authored
fixed bug when massUpwindWeight < 1 is used in stokes reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14916 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
Small cleanup in stokes(nc,ncni). (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14913 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Jun, 2015 1 commit
-
-
Bernd Flemisch authored
This fixes a bug that resulted from the recent changes to the Newton convergence measures. Instead of storing the residual, the residual reduction is stored, but it has been forgotten to initialize this reduction with 1.0 instead of the initial residual. This only affected the line search where the current residual/reduction is compared to the last one. Reviewed by Alex. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14895 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Jun, 2015 2 commits
-
-
Thomas Fetzer authored
added possibility to pass user-defined options (in gnuplot language), datafile separator can now be chosen, and always a gnuplot script will be produced [plotoverline2d.hh] added switch to rewrite instead of append to data file, removed superfluous tabs [evaporationatmosphereproblem.hh] added example for use of gnuplotinterface and plotoverline2d reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14876 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
updated version number in start message and user meeting invitation to thank you reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14868 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Jun, 2015 1 commit
-
-
Thomas Fetzer authored
added the zeroeq turbulence models from dumux-devel added zeroeq test problems to be done: - general docu and doxygen docu - model description for handbook - dune compatibilites 2.3 and >2.3 reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14861 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Jun, 2015 1 commit
-
-
Thomas Fetzer authored
added functionality to pass gnuplot options for each plot reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14851 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Jun, 2015 1 commit
-
-
Kilian Weishaupt authored
Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Jun, 2015 2 commits
-
-
Thomas Fetzer authored
fixed call of thermalconductivity plot (initializing with pressure and temperature) without deprecation [material] unified output for out-of-range messages in h2o component reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14831 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
The reference files are still wrong and need an update. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14827 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Jun, 2015 1 commit
-
-
Kilian Weishaupt authored
values). Reviewed by Martin S. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14820 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 May, 2015 1 commit
-
-
Bernd Flemisch authored
evalPhaseStorageDerivative See FS#261 for details http://www.dumux.org/flyspray/index.php?do=details&task_id=261 Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14799 2fb0f335-1f38-0410-981e-8018bf24f1b0
-