mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-29 18:47:55 -05:00
New owners-first based linear algebra operations (SoMV, SP and ILU.apply).
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user