New owners-first based linear algebra operations (SoMV, SP and ILU.apply).

This commit is contained in:
andrthu
2020-03-11 12:41:38 +01:00
parent 1fb0860712
commit 866a661255
4 changed files with 682 additions and 20 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ private:
const auto& intersection = *isIt;
// ignore boundary intersections for now (TODO?)
if (intersection.boundary())
if (!intersection.neighbor())
continue;
const auto& inside = intersection.inside();