mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove GhostLast ILU
This commit is contained in:
@@ -309,8 +309,9 @@ private:
|
||||
// store intersection, this might be costly
|
||||
const auto& intersection = *isIt;
|
||||
|
||||
// ignore boundary intersections for now (TODO?)
|
||||
if (!intersection.neighbor())
|
||||
if (intersection.boundary())
|
||||
continue; // ignore boundary intersections for now (TODO?)
|
||||
else if (!intersection.neighbor()) //processor boundary but not domain boundary
|
||||
continue;
|
||||
|
||||
const auto& inside = intersection.inside();
|
||||
|
||||
Reference in New Issue
Block a user