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