template<class TypeTag>
class Dumux::GridAdaptInitializationIndicatorDefault< TypeTag >
Class defining a start indicator for grid adaption.
Default implementation
- Template Parameters
-
| TypeTag | The problem TypeTag |
|
| void | calculateIndicator () |
| | Calculates the indicator used for refinement/coarsening for each grid cell.
|
| bool | refine (const Element &element) |
| | Indicator function for marking of grid cells for refinement.
|
| bool | coarsen (const Element &element) |
| | Indicator function for marking of grid cells for coarsening.
|
| int | maxLevel () |
| void | init () |
| | Initializes the adaption indicator class.
|
| bool | initializeModel () |
| | Returns true if the IMPET-Model needs to be initialized.
|
| | GridAdaptInitializationIndicatorDefault (Problem &problem, AdaptionIndicator &adaptionIndicator) |
| | Constructs a GridAdaptionIndicator for initialization of an adaptive grid.
|