estimator Namespace Reference
Classes | |
class | AMarking |
class | AprioriVertex |
** More... | |
class | BMarking |
class | BuergDoerfler |
Class representing the hp marking strategy proposed by Buerg in this dissertation. More... | |
class | BuergRefinement |
Actual refinement hp rule that generalizes dörflers bulk marking. More... | |
struct | error_index |
class | ExactEstimator |
Abstract class representing the explicit residual a posteriori error estimator. More... | |
class | HP_Refinement |
Abstract Class for h refinement only, i.e. More... | |
class | ImplicitResidual |
Abstract class representing the implicit residual a posteriori error estimator. More... | |
class | ImplicitResidual2D |
Given a elliptic equation: More... | |
class | KeysInfo |
class | LocalMesh2 |
This is a local Neighboorhood Mesh (i.e regular) of a given node (key = K), which content is a space Element (e.g. More... | |
class | LocalProjectionBase |
class | LocalProjections_P |
class | LocalProjections_S |
class | Marking |
Abstract class on Marking. More... | |
class | MVMarking |
Mean value marking strategy. More... | |
class | PolynomialDegrees |
class | Prediction |
Prediction hp - adaptive refinement strategy, proposed by Melenk and Wohlmuth. More... | |
class | Refinement |
Abstract class for all refinement strategies in arbitray dimension. More... | |
Enumerations | |
enum | pattern { NONE, H4, P1ISO, P2ISO, P1ANISO, P2ANISO, H2V, H2H } |
Enumeration Type Documentation
◆ pattern
enum estimator::pattern |
Enumerator | |
---|---|
NONE | |
H4 | |
P1ISO | |
P2ISO | |
P1ANISO | |
P2ANISO | |
H2V | |
H2H |
Definition at line 26 of file buergDoerfler.hh.