Class template Dune::XT::Grid::GenericElementFunctor¶
Inherits from Dune::XT::Grid::ElementFunctor.
-
template<class GL>
class Dune::XT::Grid::GenericElementFunctor<GL> : public ElementFunctor<GL>¶ Element functor whose behaviour is defined by user-provided prepare/apply/finalize callbacks.
Method Dune::XT::Grid::GenericElementFunctor::copy¶
-
template<class GL>
BaseType *Dune::XT::Grid::GenericElementFunctor<GL>::copy() final¶ No documentation provided.
Method Dune::XT::Grid::GenericElementFunctor::prepare¶
-
template<class GL>
void Dune::XT::Grid::GenericElementFunctor<GL>::prepare() final¶ No documentation provided.
Method Dune::XT::Grid::GenericElementFunctor::apply_local¶
-
template<class GL>
void Dune::XT::Grid::GenericElementFunctor<GL>::apply_local(const ElementType &element) final¶ No documentation provided.
Method Dune::XT::Grid::GenericElementFunctor::finalize¶
-
template<class GL>
void Dune::XT::Grid::GenericElementFunctor<GL>::finalize() final¶ No documentation provided.
Constructor Dune::XT::Grid::GenericElementFunctor::GenericElementFunctor<GL>¶
Field Dune::XT::Grid::GenericElementFunctor::prepare_func_¶
-
const GenericPrepareFunctionType Dune::XT::Grid::GenericElementFunctor::prepare_func_¶
No documentation provided.
Field Dune::XT::Grid::GenericElementFunctor::apply_func_¶
-
const GenericApplyFunctionType Dune::XT::Grid::GenericElementFunctor::apply_func_¶
No documentation provided.
Field Dune::XT::Grid::GenericElementFunctor::finalize_func_¶
-
const GenericFinalizeFunctionType Dune::XT::Grid::GenericElementFunctor::finalize_func_¶
No documentation provided.
Type alias Dune::XT::Grid::GenericElementFunctor::BaseType¶
-
type Dune::XT::Grid::GenericElementFunctor::BaseType¶
No documentation provided.
Type alias Dune::XT::Grid::GenericElementFunctor::GenericPrepareFunctionType¶
-
type Dune::XT::Grid::GenericElementFunctor::GenericPrepareFunctionType¶
No documentation provided.
Type alias Dune::XT::Grid::GenericElementFunctor::GenericApplyFunctionType¶
-
type Dune::XT::Grid::GenericElementFunctor::GenericApplyFunctionType¶
No documentation provided.
Type alias Dune::XT::Grid::GenericElementFunctor::GenericFinalizeFunctionType¶
-
type Dune::XT::Grid::GenericElementFunctor::GenericFinalizeFunctionType¶
No documentation provided.