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

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

template<class GV>
class Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections<GV> : 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

Method Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections::copy

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

No documentation provided.

Method Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections::contains

template<class GV>
bool Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections<GV>::contains(const GridViewType&, const IntersectionType &intersection) const final

No documentation provided.

Constructor Dune::XT::Grid::ApplyOn::PeriodicBoundaryIntersections::PeriodicBoundaryIntersections<GV>

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

No documentation provided.

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

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

No documentation provided.