From a6413ab6fcc30e017eb64a08a527e7de6b31ef39 Mon Sep 17 00:00:00 2001
From: Markus Wolff <markus.wolff@twt-gmbh.de>
Date: Wed, 18 Jul 2012 15:03:44 +0000
Subject: [PATCH] added a new property/parameter for choice of different
 transmissibility criteria in implementations of the MPFA l-method

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8679 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/decoupled/common/fv/mpfa/fvmpfaproperties.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dumux/decoupled/common/fv/mpfa/fvmpfaproperties.hh b/dumux/decoupled/common/fv/mpfa/fvmpfaproperties.hh
index 7127e0e07e..8d0d76acb0 100644
--- a/dumux/decoupled/common/fv/mpfa/fvmpfaproperties.hh
+++ b/dumux/decoupled/common/fv/mpfa/fvmpfaproperties.hh
@@ -108,6 +108,7 @@ NEW_PROP_TAG( GridTypeIndices );//!< The grid type indices to decide which grid
 NEW_PROP_TAG( GridImplementation ); //!< Gives kind of grid implementation in form of a GridType
 NEW_PROP_TAG( EnableComplexLStencil ); //!< Enable use of four different L-shapes instead of 2 (3-d)
 NEW_PROP_TAG( MPFATransmissibilityCriterionThreshold ); //!< Threshold for transmissibility choice
+NEW_PROP_TAG( MPFATransmissibilityCriterion ); //!< Choose transmissibility criterion
 }
 }
 
@@ -134,6 +135,9 @@ SET_BOOL_PROP(MPFAProperties, EnableComplexLStencil, true);
 
 //! Allow use of all available L-shapes
 SET_SCALAR_PROP(MPFAProperties, MPFATransmissibilityCriterionThreshold, 1e-8);
+
+//! Set standard criterion
+SET_INT_PROP(MPFAProperties, MPFATransmissibilityCriterion, 0);
 }
 }// end of Dune namespace
 #endif
-- 
GitLab