Class template Dune::XT::Grid::ElementFunctor

template<class GL>
class Dune::XT::Grid::ElementFunctor

Interface for functors which are applied to elements (codim 0 entities) of a grid layer by the Walker.

See also: Walker, IntersectionFunctor, ElementAndIntersectionFunctor

virtual ElementFunctor<GridViewType> *Dune::XT::Grid::ElementFunctor::copy() = 0

No documentation provided.

virtual void Dune::XT::Grid::ElementFunctor::prepare()

No documentation provided.

virtual void Dune::XT::Grid::ElementFunctor::apply_local(const int&)

No documentation provided.

virtual void Dune::XT::Grid::ElementFunctor::finalize()

No documentation provided.

template<>
Dune::XT::Grid::ElementFunctor::ElementFunctor<GL>(const std::string &log_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::XT::Grid::ElementFunctor::ElementFunctor<GL>(const ElementFunctor<GL>&) = default

No documentation provided.

template<>
virtual Dune::XT::Grid::ElementFunctor::~ElementFunctor<GL>() = default

No documentation provided.

type Dune::XT::Grid::ElementFunctor::GridViewType

force implementors to use copy() method

type Dune::XT::Grid::ElementFunctor::GV

No documentation provided.