Skip to content
Snippets Groups Projects
Commit a08209cb authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[geomechanics] do not set stress type property in base type tag

parent 72e34905
No related branches found
No related tags found
1 merge request!981Feature/poroelasticity
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment