Class template Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections¶
Inherits from Dune::XT::Grid::IntersectionFilter.
-
template<class GV>
class Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections<GV> : public IntersectionFilter<GV>¶ A filter which selects intersections on a given part of the physical boundary and the process boundary.
See also:
Walker,IntersectionFilter
Method Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::copy¶
-
template<class GV>
IntersectionFilter<GridViewType> *Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections<GV>::copy() const final¶ No documentation provided.
Method Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::contains¶
-
template<class GV>
bool Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections<GV>::contains(const GridViewType&, const IntersectionType &intersection) const final¶ No documentation provided.
Constructor Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::CustomBoundaryAndProcessIntersections<GV>¶
-
template<>
template<class GV>
explicit Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections<GV>::CustomBoundaryAndProcessIntersections<GV>(const BoundaryInfo<IntersectionType> &boundary_info, BoundaryType *&&boundary_type)¶ Warning
Takes ownership of boundary_type, do not delete manually!
Constructor Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::CustomBoundaryAndProcessIntersections<GV>¶
No documentation provided.
Field Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::boundary_info_¶
-
const BoundaryInfo<IntersectionType> &Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::boundary_info_¶
No documentation provided.
Field Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::boundary_type_¶
-
const std::shared_ptr<BoundaryType> Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::boundary_type_¶
No documentation provided.
Type alias Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::BaseType¶
-
type Dune::XT::Grid::ApplyOn::CustomBoundaryAndProcessIntersections::BaseType¶
No documentation provided.