added: print actual percentage of functions marked with symmetrized beta

This commit is contained in:
Arne Morten Kvarving 2020-05-08 08:56:40 +02:00
parent 5b22cb8643
commit afe5cfa8a4

View File

@ -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;