mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 08:40:33 +05:00
Fix smoothing
This commit is contained in:
parent
203dd2b89a
commit
3746547466
@ -340,7 +340,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
const auto & el = elements[ei];
|
const auto & el = elements[ei];
|
||||||
|
|
||||||
if(el.Flags().fixed || el.NP()!=4 || (mp.only3D_domain_nr && mp.only3D_domain_nr != el.GetIndex()) )
|
if(el.NP()!=4 || (mp.only3D_domain_nr && mp.only3D_domain_nr != el.GetIndex()) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (PointIndex pi : el.PNums())
|
for (PointIndex pi : el.PNums())
|
||||||
|
Loading…
Reference in New Issue
Block a user