Wildmeshing Toolkit
Loading...
Searching...
No Matches
closed_star_iterable.cpp
Go to the documentation of this file.
2
3namespace wmtk::simplex {
4
6{
7 return ClosedStarIterable(mesh, simplex);
8}
9
10} // namespace wmtk::simplex
This iterator internally uses TopDimensionCofacesIterable.
ClosedStarIterable closed_star_iterable(const Mesh &mesh, const Simplex &simplex)