move the boundary check downstream

This commit is contained in:
Tor Harald Sandve 2021-03-09 09:45:31 +01:00
parent 24f2841ce9
commit 4801d4e03a

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,