Class template Dune::XT::Grid::GenericElementAndIntersectionFunctor

Inherits from Dune::XT::Grid::ElementAndIntersectionFunctor.

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

Combined element-and-intersection functor whose behaviour is defined by user-provided callbacks.

void Dune::XT::Grid::GenericElementAndIntersectionFunctor::prepare() final

No documentation provided.

void Dune::XT::Grid::GenericElementAndIntersectionFunctor::apply_local(const ElementType &element) final

No documentation provided.

void Dune::XT::Grid::GenericElementAndIntersectionFunctor::apply_local(const IntersectionType &intersection, const ElementType &inside_element, const ElementType &outside_element) final

No documentation provided.

void Dune::XT::Grid::GenericElementAndIntersectionFunctor::finalize() final

No documentation provided.

BaseType *Dune::XT::Grid::GenericElementAndIntersectionFunctor::copy() override

No documentation provided.

template<>
Dune::XT::Grid::GenericElementAndIntersectionFunctor::GenericElementAndIntersectionFunctor<GL>(GenericPrepareFunctionType prepare_func, GenericElementApplyFunctionType element_apply_func, GenericIntersectionApplyFunctionType intersection_apply_func, GenericFinalizeFunctionType finalize_func)

No documentation provided.

const GenericPrepareFunctionType Dune::XT::Grid::GenericElementAndIntersectionFunctor::prepare_func_

No documentation provided.

const GenericElementApplyFunctionType Dune::XT::Grid::GenericElementAndIntersectionFunctor::element_apply_func_

No documentation provided.

const GenericIntersectionApplyFunctionType Dune::XT::Grid::GenericElementAndIntersectionFunctor::intersection_apply_func_

No documentation provided.

const GenericFinalizeFunctionType Dune::XT::Grid::GenericElementAndIntersectionFunctor::finalize_func_

No documentation provided.

type Dune::XT::Grid::GenericElementAndIntersectionFunctor::BaseType

No documentation provided.

type Dune::XT::Grid::GenericElementAndIntersectionFunctor::GenericPrepareFunctionType

No documentation provided.

type Dune::XT::Grid::GenericElementAndIntersectionFunctor::GenericElementApplyFunctionType

No documentation provided.

type Dune::XT::Grid::GenericElementAndIntersectionFunctor::GenericIntersectionApplyFunctionType

No documentation provided.

type Dune::XT::Grid::GenericElementAndIntersectionFunctor::GenericFinalizeFunctionType

No documentation provided.