Skip to content
Snippets Groups Projects
Commit c4b91fee authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove deprecated geomechancis coupling manager interface

parent 972c508e
No related branches found
No related tags found
1 merge request!1879Cleanup/remove deprecated
......@@ -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
{
......
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