From 0031755ea4a9e54b91075a7c9c858a710a58bc04 Mon Sep 17 00:00:00 2001 From: Lena Walter <lena.mahl@gmx.de> Date: Thu, 26 Apr 2012 09:11:42 +0000 Subject: [PATCH] fvelementgeometry: set fapIndices also for boundary faces. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8144 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/common/boxfvelementgeometry.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/boxmodels/common/boxfvelementgeometry.hh b/dumux/boxmodels/common/boxfvelementgeometry.hh index bf2cc56c51..7c39894bfe 100644 --- a/dumux/boxmodels/common/boxfvelementgeometry.hh +++ b/dumux/boxmodels/common/boxfvelementgeometry.hh @@ -779,6 +779,7 @@ public: { jacInvT.mv(localJac[vert][0], boundaryFace[bfIdx].grad[vert]); boundaryFace[bfIdx].shapeValue[vert] = Scalar(shapeVal[vert]); + boundaryFace[bfIdx].fapIndices[vert] = vert; } // std::cout << "boundary face " << face << ", vert = " << vertInElement << ", ipLocal = " -- GitLab