From c4b91fee1f1394d620dae7bfb751d344bed100e9 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 11 Mar 2020 20:16:52 +0100 Subject: [PATCH] [cleanup] Remove deprecated geomechancis coupling manager interface --- dumux/geomechanics/poroelastic/couplingmanager.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dumux/geomechanics/poroelastic/couplingmanager.hh b/dumux/geomechanics/poroelastic/couplingmanager.hh index a25a897edf..498477afc2 100644 --- a/dumux/geomechanics/poroelastic/couplingmanager.hh +++ b/dumux/geomechanics/poroelastic/couplingmanager.hh @@ -350,12 +350,6 @@ public: poroMechLocalAssembler.elemBcTypes()); } - //! Return the coupling context (used in mechanical sub-problem to compute effective pressure) - [[deprecated("Obtain the volume variables directly calling getPMFlowVolVars(element). Will be removed after 3.1!")]] - const PoroMechanicsCouplingContext& poroMechanicsCouplingContext() const - { return poroMechCouplingContext_; } - - //! Return the porous medium flow variables an element/scv of the poromech domain couples to const VolumeVariables<PMFlowId>& getPMFlowVolVars(const Element<PoroMechId>& element) const { -- GitLab