mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-05 19:38:27 +05:00
fix bisect with periodic boundaries
This commit is contained in:
parent
78994da199
commit
7b13db740d
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user