mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #643 from totto82/fixBoundaryIssueAgain
move the boundary check downstream
This commit is contained in:
commit
8dd56cac23
@ -434,9 +434,6 @@ protected:
|
|||||||
for (unsigned faceIdx = 0; faceIdx < numBoundaryFaces; ++faceIdx, boundaryCtx.increment()) {
|
for (unsigned faceIdx = 0; faceIdx < numBoundaryFaces; ++faceIdx, boundaryCtx.increment()) {
|
||||||
// add the residual of all vertices of the boundary
|
// add the residual of all vertices of the boundary
|
||||||
// segment
|
// segment
|
||||||
if(!boundaryCtx.intersection(faceIdx).boundary())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
evalBoundarySegment_(residual,
|
evalBoundarySegment_(residual,
|
||||||
boundaryCtx,
|
boundaryCtx,
|
||||||
faceIdx,
|
faceIdx,
|
||||||
|
Loading…
Reference in New Issue
Block a user