mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21: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])
|
if (swapped[t1])
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if(mesh[t1].GetNP() != 3)
|
||||||
|
return;
|
||||||
|
|
||||||
if (multithread.terminate)
|
if (multithread.terminate)
|
||||||
throw NgException ("Meshing stopped");
|
throw NgException ("Meshing stopped");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user