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 | DataTransfer< Basis, Container > |
The base class for data transfer classes. More... | |
struct | DataTransferFactory< Tag > |
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... | |
class | NodeDataTransfer< Node, Container, Basis > |
class | InterpolationDataTransfer< Basis, Container > |
struct | DataTransferFactory< tag::interpolation_datatransfer > |
class | NoDataTransfer |
Implementation of DataTransfer that does not interpolate, but just resizes the containers to the dimension of the basis. More... | |
struct | DataTransferFactory< tag::no_datatransfer > |
class | SimpleDataTransfer< Basis, Container > |
struct | DataTransferFactory< tag::simple_datatransfer > |
Register the SimpleDataTransfer using the tag simple_datatransfer. More... | |