mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
optimize occ surfaces individually again, update test results
This commit is contained in:
parent
c6c8f52878
commit
d2348a7651
@ -980,10 +980,11 @@ namespace netgen
|
||||
static Timer timer_opt2d("Optimization 2D");
|
||||
RegionTimer reg(timer_opt2d);
|
||||
auto meshopt = MeshOptimize2d(mesh);
|
||||
meshopt.SetFaceIndex(0);
|
||||
for(auto i : Range(mparam.optsteps2d))
|
||||
for(auto k : Range(mesh.GetNFD()))
|
||||
{
|
||||
PrintMessage(3, "Optimization step ", i);
|
||||
meshopt.SetFaceIndex(k+1);
|
||||
int innerstep = 0;
|
||||
for(auto optstep : mparam.optimize2d)
|
||||
{
|
||||
|
@ -2201,14 +2201,14 @@
|
||||
167.24
|
||||
],
|
||||
"angles_trig": [
|
||||
5.3919,
|
||||
142.3
|
||||
3.9448,
|
||||
143.04
|
||||
],
|
||||
"ne1d": 1554,
|
||||
"ne2d": 5518,
|
||||
"ne3d": 29010,
|
||||
"quality_histogram": "[2, 6, 12, 5, 20, 55, 52, 52, 80, 146, 258, 556, 1098, 2034, 3416, 4992, 5737, 5534, 3865, 1090]",
|
||||
"total_badness": 37302.68918
|
||||
"ne2d": 5530,
|
||||
"ne3d": 29511,
|
||||
"quality_histogram": "[2, 6, 12, 5, 20, 52, 52, 56, 85, 141, 254, 536, 1021, 2012, 3536, 4929, 5924, 5742, 3922, 1204]",
|
||||
"total_badness": 37843.843561
|
||||
},
|
||||
{
|
||||
"angles_tet": [
|
||||
|
Loading…
Reference in New Issue
Block a user