added: print actual percentage of functions marked with symmetrized beta
This commit is contained in:
parent
5b22cb8643
commit
afe5cfa8a4
@ -413,6 +413,9 @@ int AdaptiveSetup::calcRefinement (LR::RefineData& prm, int iStep,
|
||||
case NONE:
|
||||
IFEM::cout << beta <<"% of all "<< str;
|
||||
break;
|
||||
case SYMMETRIZED:
|
||||
IFEM::cout << 100.0*refineSize/error.size() <<"% of all "<< str;
|
||||
break;
|
||||
case MAXIMUM:
|
||||
IFEM::cout << beta <<"% of max error ("<< limit <<")";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user