Class template Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections

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

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

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

See also: Walker, IntersectionFilter

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

No documentation provided.

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

No documentation provided.

template<>
explicit Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::CustomBoundaryAndProcessIntersections<GV>(const BoundaryInfo<IntersectionType> &boundary_info, BoundaryType *&&boundary_type)

Warning

Takes ownership of boundary_type, do not delete manually!

template<>
explicit Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::CustomBoundaryAndProcessIntersections<GV>(const BoundaryInfo<IntersectionType> &boundary_info, std::shared_ptr<BoundaryType> boundary_type)

No documentation provided.

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

No documentation provided.

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

No documentation provided.

type Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::BaseType

No documentation provided.