Hermes2D
3.0
|
#include <adapt.h>
Public Member Functions | |
AdaptStoppingCriterionSingleElement (double threshold) | |
Constructor specifying the threshold (see description of threshold). | |
bool | add_refinement (ErrorCalculator< Scalar > *error_calculator, double processed_error_squared, double max_error_squared, int element_inspected_i) |
Decide if the refinement at hand will be carried out. | |
Stopping criterion based on maximum element error. The method add_refinement will return false as soon as the particular element carries lower error than AdaptStoppingCriterionSingleElement::threshold times the maximum element error.