Hermes2D  3.0
Hermes::Hermes2D::Views::LinearizerCriterionAdaptive Class Reference

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>

+ Inheritance diagram for Hermes::Hermes2D::Views::LinearizerCriterionAdaptive:

Public Member Functions

 LinearizerCriterionAdaptive (double error_tolerance)
 
- Public Member Functions inherited from Hermes::Hermes2D::Views::LinearizerCriterion
 LinearizerCriterion (bool adaptive)
 

Additional Inherited Members

- Public Attributes inherited from Hermes::Hermes2D::Views::LinearizerCriterion
double error_tolerance
 
int refinement_level
 
bool adaptive
 

Detailed Description

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.


The documentation for this class was generated from the following files: