Remove GhostLast ILU

This commit is contained in:
andrthu
2020-03-13 15:03:31 +01:00
parent c91eb330d3
commit 3d0d0f9624
6 changed files with 73 additions and 475 deletions
+3 -2
View File
@@ -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();