From a08209cb437b12fbbeec3f9edb76f1e15b8b01de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 10 May 2018 12:01:21 +0200 Subject: [PATCH] [geomechanics] do not set stress type property in base type tag --- dumux/geomechanics/properties.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dumux/geomechanics/properties.hh b/dumux/geomechanics/properties.hh index 34b73e92e9..058df41039 100644 --- a/dumux/geomechanics/properties.hh +++ b/dumux/geomechanics/properties.hh @@ -46,10 +46,6 @@ NEW_TYPE_TAG(Geomechanics, INHERITS_FROM(ModelProperties)); SET_TYPE_PROP(Geomechanics, FluxVariablesCache, StressVariablesCache< typename GET_PROP_TYPE(TypeTag, Scalar), typename GET_PROP_TYPE(TypeTag, FVGridGeometry) >); -//! By default, we use hooke's law for stress evaluations -SET_TYPE_PROP(Geomechanics, StressType, HookesLaw< typename GET_PROP_TYPE(TypeTag, Scalar), - typename GET_PROP_TYPE(TypeTag, FVGridGeometry) >); - //! The (currently empty) velocity output SET_TYPE_PROP(Geomechanics, VelocityOutput, GeomechanicsVelocityOutput); -- GitLab