mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-05 11:28:27 +05:00
OCC - Set metricweight in 2d mesh optimization (like in CSG)
This commit is contained in:
parent
f15ba64a90
commit
12ef984e93
@ -1220,6 +1220,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
PrintMessage(3, "Optimization step ", i);
|
PrintMessage(3, "Optimization step ", i);
|
||||||
meshopt.SetFaceIndex(k+1);
|
meshopt.SetFaceIndex(k+1);
|
||||||
|
meshopt.SetMetricWeight (mparam.elsizeweight);
|
||||||
int innerstep = 0;
|
int innerstep = 0;
|
||||||
for(auto optstep : mparam.optimize2d)
|
for(auto optstep : mparam.optimize2d)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user