Class template Dune::XT::Grid::GenericElementFunctor

Inherits from Dune::XT::Grid::ElementFunctor.

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

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

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const GenericPrepareFunctionType Dune::XT::Grid::GenericElementFunctor::prepare_func_

No documentation provided.

const GenericApplyFunctionType Dune::XT::Grid::GenericElementFunctor::apply_func_

No documentation provided.

const GenericFinalizeFunctionType Dune::XT::Grid::GenericElementFunctor::finalize_func_

No documentation provided.

type Dune::XT::Grid::GenericElementFunctor::BaseType

No documentation provided.

type Dune::XT::Grid::GenericElementFunctor::GenericPrepareFunctionType

No documentation provided.

type Dune::XT::Grid::GenericElementFunctor::GenericApplyFunctionType

No documentation provided.

type Dune::XT::Grid::GenericElementFunctor::GenericFinalizeFunctionType

No documentation provided.