mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
no edge swapping for quads
This commit is contained in:
parent
61ea805bba
commit
09188b1a73
@ -339,6 +339,9 @@ namespace netgen
|
||||
if (swapped[t1])
|
||||
return;
|
||||
|
||||
if(mesh[t1].GetNP() != 3)
|
||||
return;
|
||||
|
||||
if (multithread.terminate)
|
||||
throw NgException ("Meshing stopped");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user