Classes | |
| class | AdaptInfo |
| Holds adapt parameters and infos about the problem. More... | |
| class | AdaptInstationary |
| AdaptInstationary implements the adaptive procedure for time dependent problems (see ProblemInstat). It contains a pointer to a ProblemInstat object. More... | |
| class | AdaptionInterface |
| Interface for transfer between grid changes. More... | |
| class | AdaptStationary |
| Contains all classes needed for space and time adaption. More... | |
| class | DataTransferInterface< Container > |
| Interface for Containers allowing data transfer between grid changes. More... | |
| class | NoDataTransfer< Container > |
| Implementation of DataTransferInterface that does not interpolate, but just resizes the containers to the dimension of the basis. More... | |
| class | NodeDataTransfer< Node, Container, Basis > |
| class | DataTransfer< Container, Basis > |
| class | DataTransferFactory< Container > |
| Factory to create DataTransfer objects based on the DataTransferOperation. More... | |
| class | DataTransferWrapper< Container > |
| class | Marker< Grid > |
| Base class for all markers. More... | |
| class | EstimatorMarker< Grid > |
| Base class for all estimator-based markers. More... | |
| class | GRMarker< Grid > |
| Global refinement. More... | |
| class | MSMarker< Grid > |
| Maximum strategy. More... | |
| class | ESMarker< Grid > |
| Equidistribution strategy. More... | |
| class | GERSMarker< Grid > |
| Guaranteed error reduction strategy. More... | |
| class | GridFunctionMarker< Grid, GridFct > |
| Marker based on an indicator given as grid-function. More... | |
Enumerations | |
| enum | DataTransferOperation { NO_OPERATION = 0, INTERPOLATE = 1 } |