mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
Fix smoothing
This commit is contained in:
parent
203dd2b89a
commit
3746547466
@ -340,7 +340,7 @@ namespace netgen
|
||||
{
|
||||
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;
|
||||
|
||||
for (PointIndex pi : el.PNums())
|
||||
|
Loading…
Reference in New Issue
Block a user