Merge pull request #643 from totto82/fixBoundaryIssueAgain

move the boundary check downstream
This commit is contained in:
Arne Morten Kvarving 2021-03-09 14:42:46 +01:00 committed by GitHub
commit 8dd56cac23

View File

@ -434,9 +434,6 @@ protected:
for (unsigned faceIdx = 0; faceIdx < numBoundaryFaces; ++faceIdx, boundaryCtx.increment()) {
// add the residual of all vertices of the boundary
// segment
if(!boundaryCtx.intersection(faceIdx).boundary())
continue;
evalBoundarySegment_(residual,
boundaryCtx,
faceIdx,