Class template Dune::GDT::AdaptationHelper

Inherits from Dune::XT::Common::WithLogger.

template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
class Dune::GDT::AdaptationHelper<V, GV, r, rC, RF> : public XT::Common::WithLogger<AdaptationHelper<V, GV, r, rC, RF>>

Manages the persistence and prolongation/restriction of discrete functions and their spaces across grid adaptation (pre_adapt, adapt, post_adapt).

Method Dune::GDT::AdaptationHelper::append

template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
ThisType &Dune::GDT::AdaptationHelper<V, GV, r, rC, RF>::append(SpaceType &space, DiscreteFunctionType &discrete_function)

No documentation provided.

Method Dune::GDT::AdaptationHelper::pre_adapt

template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
void Dune::GDT::AdaptationHelper<V, GV, r, rC, RF>::pre_adapt(const bool pre_adapt_grid = true)

No documentation provided.

Method Dune::GDT::AdaptationHelper::adapt

template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
void Dune::GDT::AdaptationHelper<V, GV, r, rC, RF>::adapt(const bool adapt_grid = true)

No documentation provided.

Method Dune::GDT::AdaptationHelper::post_adapt

template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
void Dune::GDT::AdaptationHelper<V, GV, r, rC, RF>::post_adapt(const bool post_adapt_grid = true, const bool clear = false)

No documentation provided.

Constructor Dune::GDT::AdaptationHelper::AdaptationHelper<V, GV, r, rC, RF>

template<>
template<class V, class GV, size_t r = 1, size_t rC = 1, class RF = double>
explicit Dune::GDT::AdaptationHelper<V, GV, r, rC, RF>::AdaptationHelper<V, GV, r, rC, RF>(G &grd, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Field Dune::GDT::AdaptationHelper::grid_

G &Dune::GDT::AdaptationHelper::grid_

No documentation provided.

Type alias Dune::GDT::AdaptationHelper::ThisType

type Dune::GDT::AdaptationHelper::ThisType

No documentation provided.

Type alias Dune::GDT::AdaptationHelper::Logger

type Dune::GDT::AdaptationHelper::Logger

No documentation provided.

Type alias Dune::GDT::AdaptationHelper::DiscreteFunctionType

type Dune::GDT::AdaptationHelper::DiscreteFunctionType

No documentation provided.

Type alias Dune::GDT::AdaptationHelper::SpaceType

type Dune::GDT::AdaptationHelper::SpaceType

No documentation provided.

Type alias Dune::GDT::AdaptationHelper::G

type Dune::GDT::AdaptationHelper::G

No documentation provided.