Class template Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections

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

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

A filter which selects intersections on a given part of the boundary.

See also: Walker, IntersectionFilter

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

No documentation provided.

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

No documentation provided.

template<>
explicit Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::CustomBoundaryIntersections<GV>(const BoundaryInfo<IntersectionType> &boundary_info, BoundaryType *&&boundary_type, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

Warning

Takes ownership of boundary_type, do not delete manually!

template<>
explicit Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::CustomBoundaryIntersections<GV>(const BoundaryInfo<IntersectionType> &boundary_info, std::shared_ptr<BoundaryType> boundary_type, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::CustomBoundaryIntersections<GV>(const ThisType &other)

No documentation provided.

const BoundaryInfo<IntersectionType> &Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::boundary_info_

No documentation provided.

const std::shared_ptr<BoundaryType> Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::boundary_type_

No documentation provided.

type Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::ThisType

No documentation provided.

type Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::BaseType

No documentation provided.