Hermes2D
3.0
|
Adaptive Linearizer criterion - error tolerance (see further) where the element division stops Error tolerance here is the relative improvement of quality that the currently proposed element division would bring. If this quantity is below the specified tolerance, the currently proposed division is not made and the division algorithm for the current element stops. More...
#include <linearizer_utils.h>
Public Member Functions | |
LinearizerCriterionAdaptive (double error_tolerance) | |
![]() | |
LinearizerCriterion (bool adaptive) | |
Additional Inherited Members | |
![]() | |
double | error_tolerance |
int | refinement_level |
bool | adaptive |
Adaptive Linearizer criterion - error tolerance (see further) where the element division stops Error tolerance here is the relative improvement of quality that the currently proposed element division would bring. If this quantity is below the specified tolerance, the currently proposed division is not made and the division algorithm for the current element stops.
Definition at line 130 of file linearizer_utils.h.