mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
do not EdgeSwap with quads
This commit is contained in:
parent
c2af423a5b
commit
12aaaf1e6c
@ -57,6 +57,7 @@ namespace netgen
|
||||
if (t2 == -1) return false;
|
||||
if (swapped[t1] || swapped[t2]) return false;
|
||||
if (mesh[t2].IsDeleted()) return false;
|
||||
if (mesh[t2].GetNP() != 3) return false;
|
||||
|
||||
const int faceindex = mesh[t1].GetIndex();
|
||||
const int surfnr = mesh.GetFaceDescriptor (faceindex).SurfNr();
|
||||
|
Loading…
Reference in New Issue
Block a user