mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move the boundary check downstream
This commit is contained in:
parent
24f2841ce9
commit
4801d4e03a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user