Class template Dune::XT::Grid::GenericIntersectionFunctor

Inherits from Dune::XT::Grid::IntersectionFunctor.

template<class GL>
class Dune::XT::Grid::GenericIntersectionFunctor : public IntersectionFunctor<GL>

Intersection functor whose behaviour is defined by user-provided prepare/apply/finalize callbacks.

BaseType *Dune::XT::Grid::GenericIntersectionFunctor::copy() final

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::XT::Grid::GenericIntersectionFunctor::GenericIntersectionFunctor<GL>(GenericPrepareFunctionType prepare_func, GenericApplyFunctionType apply_func, GenericFinalizeFunctionType finalize_func)

No documentation provided.

const GenericPrepareFunctionType Dune::XT::Grid::GenericIntersectionFunctor::prepare_func_

No documentation provided.

const GenericApplyFunctionType Dune::XT::Grid::GenericIntersectionFunctor::apply_func_

No documentation provided.

const GenericFinalizeFunctionType Dune::XT::Grid::GenericIntersectionFunctor::finalize_func_

No documentation provided.

type Dune::XT::Grid::GenericIntersectionFunctor::BaseType

No documentation provided.

type Dune::XT::Grid::GenericIntersectionFunctor::GenericPrepareFunctionType

No documentation provided.

type Dune::XT::Grid::GenericIntersectionFunctor::GenericApplyFunctionType

No documentation provided.

type Dune::XT::Grid::GenericIntersectionFunctor::GenericFinalizeFunctionType

No documentation provided.