Class template Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections

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

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

A filter which selects intersections on a periodic boundary.

intersection.neighbor() && intersection.boundary()

To decide if this a periodic intersection,

is used.

See also: Walker, IntersectionFilter

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

No documentation provided.

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

No documentation provided.

template<>
explicit Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections::PeriodicBoundaryIntersections<GV>() = default

No documentation provided.

type Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections::BaseType

No documentation provided.