Class template Dune::XT::Grid::ApplyOn::InnerIntersections

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

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

A filter which selects each inner intersection.

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

is used.

Note

To decide if this in an inner intersection,

See also: Walker, IntersectionFilter

Method Dune::XT::Grid::ApplyOn::InnerIntersections::copy

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

No documentation provided.

Method Dune::XT::Grid::ApplyOn::InnerIntersections::contains

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

No documentation provided.

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

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

No documentation provided.

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

type Dune::XT::Grid::ApplyOn::InnerIntersections::BaseType

No documentation provided.