- Sep 10, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11439 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11438 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Make decoupled code compatible to current trunk (Jacobians, VTKOptions) Move default arguments to declaration to make clang happy. Remove spurious semicolons. (reviewed by mwolff) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11435 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 09, 2013
-
-
Markus Wolff authored
decoupled tests to pass make headercheck git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11431 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11428 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11426 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- fixed headercheck - fixed bugs in 2p2c due to changes in 2p models - removed warnings git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11425 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11422 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- requires renaming of existing 2d implementations for consistent naming - marked old implemenation of the mpfa o-method deprecated git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11419 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 06, 2013
-
-
Markus Wolff authored
pressure equation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11407 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
equation by the newer implementations from dumux-devel - includes gravity terms but no capillary pressure terms! - additional implementation for adaptive grids git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11406 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11404 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11403 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11401 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
Also added the decoupled constraint solver that was missing in the listing. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11399 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2013
-
-
Benjamin Faigle authored
-Members are no longer private but protected -Converted Arrays to Dune containers for variables that are used in complex 3p3c flash calculations (eqilibrium ratios and phase mass fractions) Simplified temperature acess function by default argument since only one equilibrium temperature for all phase is available. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11391 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
NcpFlash: regularize FluidState before setting up the linear system. This helps to prevent singular matrices in case of a missing phase. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11387 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 04, 2013
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- corrected flux entries and velocities at hanging node faces if VisitFacesOnlyOnce option is enabled git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11383 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled test diffusion: use StructuredGridFactory instead of SGrid-specific constructor to allow the use of different grids git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11374 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
checkfluidsystem: throw exception instead of doing an assert. Considering the commonly used interface for a component, the exception pretty much has to be thrown for any incompressible fluid phase. One should adapt the check from that perspective. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11370 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 03, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11369 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11365 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11364 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
Additional interfaces in the decoupled 2p MPFA O-implementation for face-velocity calculation similar to the TPFA implemention. - as default, everything is calculated as before - alternatively, the velocities can be calculated face-wise in the transport step. This enables a straightforward transfer of implicit solution strategies from the TPFA to the MPFA implementation reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11363 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11346 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Fix a bunch of deprecation warnings. Make plotoverline2d.hh more conforming to our style. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11345 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11343 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11341 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11340 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11339 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Tianyuan Zheng authored
"intersection" reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11338 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11337 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11335 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11334 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11333 2fb0f335-1f38-0410-981e-8018bf24f1b0
-