mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
get correct mesh point on curved TRIG6 elements
This commit is contained in:
parent
88ec68be65
commit
b3de5f0320
@ -1089,7 +1089,7 @@ namespace netgen
|
||||
|
||||
if (ind > 0)
|
||||
{
|
||||
if(mesh->SurfaceElement(ind).GetType()==QUAD)
|
||||
if(mesh->SurfaceElement(ind).GetType()==QUAD || mesh->SurfaceElement(ind).GetType()==TRIG6)
|
||||
{
|
||||
lami[0] = lam3[0];
|
||||
lami[1] = lam3[1];
|
||||
|
Loading…
Reference in New Issue
Block a user