Class template Dune::XT::Grid::ElementAndIntersectionFunctor

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

Interface for functors which are applied to entities and intersections of a grid layer by the Walker.

See also: Walker, ElementFunctor, IntersectionFunctor

Method Dune::XT::Grid::ElementAndIntersectionFunctor::copy

template<class GL>
virtual ElementAndIntersectionFunctor<GL> *Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::copy() = 0

No documentation provided.

Method Dune::XT::Grid::ElementAndIntersectionFunctor::prepare

template<class GL>
virtual void Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::prepare()

No documentation provided.

Method Dune::XT::Grid::ElementAndIntersectionFunctor::apply_local

template<class GL>
virtual void Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::apply_local(const int&)

No documentation provided.

Method Dune::XT::Grid::ElementAndIntersectionFunctor::apply_local

template<class GL>
virtual void Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::apply_local(const int&, const int&, const int&)

No documentation provided.

Method Dune::XT::Grid::ElementAndIntersectionFunctor::finalize

template<class GL>
virtual void Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::finalize()

No documentation provided.

Constructor Dune::XT::Grid::ElementAndIntersectionFunctor::ElementAndIntersectionFunctor<GL>

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

force implementors to use copy() method

Constructor Dune::XT::Grid::ElementAndIntersectionFunctor::ElementAndIntersectionFunctor<GL>

template<>
template<class GL>
explicit Dune::XT::Grid::ElementAndIntersectionFunctor<GL>::ElementAndIntersectionFunctor<GL>(const std::string &log_prefix, const std::array<bool, 3> &logging_state = Common::default_logger_state())

No documentation provided.

Destructor Dune::XT::Grid::ElementAndIntersectionFunctor::~ElementAndIntersectionFunctor<GL>

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

No documentation provided.

Type alias Dune::XT::Grid::ElementAndIntersectionFunctor::GridViewType

type Dune::XT::Grid::ElementAndIntersectionFunctor::GridViewType

No documentation provided.

Type alias Dune::XT::Grid::ElementAndIntersectionFunctor::GV

type Dune::XT::Grid::ElementAndIntersectionFunctor::GV

No documentation provided.