mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
bug fix for 2d hp-refinement (non-affine quads)
This commit is contained in:
parent
d0f82c3993
commit
aeac1711a9
@ -1507,6 +1507,7 @@ namespace netgen
|
|||||||
|
|
||||||
bool CurvedElements :: IsSurfaceElementCurved (SurfaceElementIndex elnr) const
|
bool CurvedElements :: IsSurfaceElementCurved (SurfaceElementIndex elnr) const
|
||||||
{
|
{
|
||||||
|
if (mesh[elnr].GetType() != TRIG) return true;
|
||||||
if (!IsHighOrder()) return false;
|
if (!IsHighOrder()) return false;
|
||||||
|
|
||||||
if (mesh.coarsemesh)
|
if (mesh.coarsemesh)
|
||||||
|
Loading…
Reference in New Issue
Block a user