Class template Dune::XT::Grid::ApplyOn::GenericFilteredElements

Inherits from Dune::XT::Grid::ElementFilter.

template<class GL>
class Dune::XT::Grid::ApplyOn::GenericFilteredElements<GL> : public ElementFilter<GL>

A filter which selects entities based on a lambda expression.

See also: Walker, ElementFilter

Method Dune::XT::Grid::ApplyOn::GenericFilteredElements::copy

template<class GL>
ElementFilter<GridViewType> *Dune::XT::Grid::ApplyOn::GenericFilteredElements<GL>::copy() const final

No documentation provided.

Method Dune::XT::Grid::ApplyOn::GenericFilteredElements::contains

template<class GL>
bool Dune::XT::Grid::ApplyOn::GenericFilteredElements<GL>::contains(const GridViewType &grid_layer, const ElementType &element) const final

No documentation provided.

Constructor Dune::XT::Grid::ApplyOn::GenericFilteredElements::GenericFilteredElements<GL>

template<>
template<class GL>
explicit Dune::XT::Grid::ApplyOn::GenericFilteredElements<GL>::GenericFilteredElements<GL>(GenericFunctionType lambda)

No documentation provided.

Field Dune::XT::Grid::ApplyOn::GenericFilteredElements::filter_

const GenericFunctionType Dune::XT::Grid::ApplyOn::GenericFilteredElements::filter_

No documentation provided.

Type alias Dune::XT::Grid::ApplyOn::GenericFilteredElements::BaseType

type Dune::XT::Grid::ApplyOn::GenericFilteredElements::BaseType

No documentation provided.

Type alias Dune::XT::Grid::ApplyOn::GenericFilteredElements::GenericFunctionType

type Dune::XT::Grid::ApplyOn::GenericFilteredElements::GenericFunctionType

No documentation provided.