mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
tet10 fix
This commit is contained in:
parent
113771b7fa
commit
9f8155d305
@ -4304,7 +4304,7 @@ namespace netgen
|
||||
|
||||
netgen::Point<3> lam = 0.0;
|
||||
|
||||
if (el.GetType() == TET)
|
||||
if (el.GetType() == TET || el.GetType() == TET10)
|
||||
{
|
||||
lam = 0.25;
|
||||
}
|
||||
@ -4359,7 +4359,7 @@ namespace netgen
|
||||
|
||||
|
||||
|
||||
if (el.GetType() == TET)
|
||||
if (el.GetType() == TET || el.GetType() == TET10)
|
||||
{
|
||||
retval = (lam(0) > -eps &&
|
||||
lam(1) > -eps &&
|
||||
|
Loading…
Reference in New Issue
Block a user