- 28 Jan, 2016 1 commit
-
-
Kilian Weishaupt authored
Use volvars.saturation(phaseIdx) and volvars.density(phaseIdx) instead of volvars.fluidstate().x(phaseIdx)
-
- 22 Jan, 2016 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 14 Jul, 2015 1 commit
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
Since grid implementations like Yasp calculate the Geometries on the fly, every call to entity.geometry() may involve computation. This patch stores a Geometry when it can be used later on in the same block. Only for the implicit models, decoupled contains a lot more. For simple models this actually pays off: for 1p in 3d on a larger grid, the running time could be reduced from 15.5 to 14 s. Reviewed by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Jan, 2015 1 commit
-
-
Martin Schneider authored
Changed floating point comparisons. For comparisons with zero an absolute criteria is used, otherwise a relative one. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Dec, 2014 1 commit
-
-
Nicolas Schwenck authored
reviewed by Alex K. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2014 1 commit
-
-
Johannes Hommel authored
As decided at the Dumux day. Made by Bernd, reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13783 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Apr, 2014 1 commit
-
-
Martin Schneider authored
(reviewed Christoph and Alex) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12710 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Oct, 2013 1 commit
-
-
Christoph Grueninger authored
Fix the inclusion of a deprecated header. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11885 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Oct, 2013 1 commit
-
-
Philipp Nuske authored
nonetheless it's namespaces should be properly commented :-) reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11865 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11594 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2013 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 May, 2013 1 commit
-
-
Bernd Flemisch authored
- deprecate numVertices, use numScv. - deprecate numEdges, introduce and use numScvf. - deprecate numFaces, edgeCoord and faceCoord, they are not used anywhere outside. - deprecate numFap on the whole FVGeometry, introduce and use numFap on SubControlVolumeFaces. - Get rid of the Vector typedef and use GlobalPosition. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10744 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
numFap and numScv. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9884 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9830 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: deprecate BoxDarcyFluxVariables in favor of ImplicitDarcyFluxVariables. Adapts includes and setting of properties. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9706 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9683 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Nov, 2012 1 commit
-
-
Alexandru Tatomir authored
Add new model 2p discrete fracture-matrix model. (reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9629 2fb0f335-1f38-0410-981e-8018bf24f1b0
-