Wildmeshing Toolkit
half_closed_star_iterable.cpp
Go to the documentation of this file.
2 
3 namespace wmtk::simplex {
4 
6 {
7  return HalfClosedStarIterable(mesh, tuple);
8 }
9 
10 } // namespace wmtk::simplex
This iterator internally uses TopDimensionCofacesIterable.
HalfClosedStarIterable half_closed_star_iterable(const Mesh &mesh, const Tuple &tuple)
The half closed star is used to determine the deleted simplices in an edge collapse.