fix bisect with periodic boundaries

This commit is contained in:
Christopher Lackner 2025-03-25 11:00:24 +01:00
parent 78994da199
commit 7b13db740d

View File

@ -4061,6 +4061,8 @@ namespace netgen
{
PointIndices<2> oi2(identmap[i2[0]],
identmap[i2[1]]);
if((!oi2[0].IsValid()) || (!oi2[1].IsValid()))
continue;
oi2.Sort();
if (cutedges.Used (oi2))
{