Class template Dune::XT::Grid::ApplyOn::InnerIntersections¶
Inherits from Dune::XT::Grid::IntersectionFilter.
-
template<class GV>
class Dune::XT::Grid::ApplyOn::InnerIntersections : 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
-
IntersectionFilter<GridViewType> *Dune::XT::Grid::ApplyOn::InnerIntersections::copy() const final¶
No documentation provided.
-
bool Dune::XT::Grid::ApplyOn::InnerIntersections::contains(const GridViewType&, const IntersectionType &intersection) const final¶
No documentation provided.
-
template<>
explicit Dune::XT::Grid::ApplyOn::InnerIntersections::InnerIntersections<GV>() = default¶ No documentation provided.
-
type Dune::XT::Grid::ApplyOn::InnerIntersections::BaseType¶
No documentation provided.