mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
Merge branch 'fix_badness_in_combineimprove2d' into 'master'
Use sum of badnesses and not average value in CombineImprove in 2D See merge request jschoeberl/netgen!384
This commit is contained in:
commit
14570f2bfb
@ -453,7 +453,6 @@ namespace netgen
|
|||||||
nv, -1, loch);
|
nv, -1, loch);
|
||||||
illegal1 += 1-mesh.LegalTrig(el);
|
illegal1 += 1-mesh.LegalTrig(el);
|
||||||
}
|
}
|
||||||
bad1 /= (hasonepi.Size()+hasbothpi.Size());
|
|
||||||
|
|
||||||
double bad2 = 0;
|
double bad2 = 0;
|
||||||
for (int k = 0; k < hasonepi.Size(); k++)
|
for (int k = 0; k < hasonepi.Size(); k++)
|
||||||
@ -483,7 +482,6 @@ namespace netgen
|
|||||||
|
|
||||||
illegal2 += 1-mesh.LegalTrig(el);
|
illegal2 += 1-mesh.LegalTrig(el);
|
||||||
}
|
}
|
||||||
bad2 /= hasonepi.Size();
|
|
||||||
|
|
||||||
if (debugflag)
|
if (debugflag)
|
||||||
{
|
{
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user