mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-25 03:30:49 +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]],
|
PointIndices<2> oi2(identmap[i2[0]],
|
||||||
identmap[i2[1]]);
|
identmap[i2[1]]);
|
||||||
|
if((!oi2[0].IsValid()) || (!oi2[1].IsValid()))
|
||||||
|
continue;
|
||||||
oi2.Sort();
|
oi2.Sort();
|
||||||
if (cutedges.Used (oi2))
|
if (cutedges.Used (oi2))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user