|
Hermes2D
3.0
|
Abstract class for criterion according to which the linearizer stops dividing elements at some point Class is not abstract per say, but works as a base class for the following classes. More...
#include <linearizer_utils.h>
Inheritance diagram for Hermes::Hermes2D::Views::LinearizerCriterion:Public Member Functions | |
| LinearizerCriterion (bool adaptive) | |
Public Attributes | |
| double | error_tolerance |
| int | refinement_level |
| bool | adaptive |
Abstract class for criterion according to which the linearizer stops dividing elements at some point Class is not abstract per say, but works as a base class for the following classes.
Definition at line 118 of file linearizer_utils.h.