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

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

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

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

See also: Walker, IntersectionFilter

Method Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::copy

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

No documentation provided.

Method Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::contains

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

No documentation provided.

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

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

Warning

Takes ownership of boundary_type, do not delete manually!

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

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

No documentation provided.

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

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

No documentation provided.

Field Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::boundary_info_

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

No documentation provided.

Field Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::boundary_type_

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

No documentation provided.

Type alias Dune::XT::Grid::ApplyOn::CustomBoundaryIntersections::ThisType

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

No documentation provided.

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

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

No documentation provided.