#include <RefinementInd.h>
Inheritance diagram for GeometricInd::

Public Methods | |
| GeometricInd (const RefinementInd_prm &pm) | |
| ~GeometricInd () | |
| virtual void | evalRefInd (FieldPiWisConst &refinement_field, bool init=true) |
Protected Methods | |
| void | critUsrElmList (FieldPiWisConst &refinement_field) |
| void | critHypercubes (FieldPiWisConst &refinement_field) |
| void | critDisks (FieldPiWisConst &refinement_field) |
| void | critPoints (FieldPiWisConst &refinement_field) |
| void | critGradient (FieldPiWisConst &refinement_field) |
| void | critValue (FieldPiWisConst &refinement_field) |
| void | critContour (FieldPiWisConst &refinement_field) |
| void | critFunctor (FieldPiWisConst &refinement_field) |
NAME: GeometricInd - geometric mesh refinement indicators
DESCRIPTION:
The class is a sublcass of "RefinementInd" and contains all indicators that are not related to direct error estimation.
|
|
The class is managed by "GridRefAdm". |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main function that evaluates the indicator for a refinement strategy. There is one value per element. The subclasses implement specific versions of this function. Reimplemented from RefinementInd. |
|
|
Reimplemented from RefinementInd. |