From 39533239bd0e4df08e58e0fd487bec30ceea3e91 Mon Sep 17 00:00:00 2001 From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de> Date: Sat, 9 Feb 2019 11:43:17 +0100 Subject: [PATCH] [facet][box][cm] fix interiorBoundary query --- dumux/multidomain/facet/box/couplingmanager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/multidomain/facet/box/couplingmanager.hh b/dumux/multidomain/facet/box/couplingmanager.hh index 33c5db7315..ac410e1690 100644 --- a/dumux/multidomain/facet/box/couplingmanager.hh +++ b/dumux/multidomain/facet/box/couplingmanager.hh @@ -251,7 +251,7 @@ public: */ bool isCoupled(const Element<bulkId>& element, const SubControlVolumeFace<bulkId>& scvf) const - { return scvf.isOnInteriorBoundary(); } + { return scvf.interiorBoundary(); } /*! * \brief returns true if a bulk scvf coincides with a facet element. -- GitLab