mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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 (ind > 0)
|
||||||
{
|
{
|
||||||
if(mesh->SurfaceElement(ind).GetType()==QUAD)
|
if(mesh->SurfaceElement(ind).GetType()==QUAD || mesh->SurfaceElement(ind).GetType()==TRIG6)
|
||||||
{
|
{
|
||||||
lami[0] = lam3[0];
|
lami[0] = lam3[0];
|
||||||
lami[1] = lam3[1];
|
lami[1] = lam3[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user