Class template Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap

Inherits from Dune::XT::Grid::IntersectionFilter.

template<class GV>
class Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap : public IntersectionFilter<GV>

A filter which selects each periodic boundary intersections only once. Other than PeriodicBoundaryIntersectionsOnce, this also works if we only walk over a subset of the grid elements (if the correct map is provided).

See also: InnerIntersectionsOnceMap

static void Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::fill_ignore_map(int &outside_indices_to_ignore, const int)

No documentation provided.

IntersectionFilter<GridViewType> *Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::copy() const final

No documentation provided.

bool Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::contains(const GridViewType &grid_layer, const IntersectionType &intersection) const final

No documentation provided.

template<>
Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::PeriodicBoundaryIntersectionsOnceMap<GV>(const int &outside_indices_to_ignore)

No documentation provided.

const int &Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::outside_indices_to_ignore_

No documentation provided.

type Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersectionsOnceMap::BaseType

No documentation provided.