Wildmeshing Toolkit
Loading...
Searching...
No Matches
closed_star.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace wmtk::simplex {
14SimplexCollection
15closed_star(const Mesh& mesh, const Simplex& simplex, const bool sort_and_clean = true);
16} // namespace wmtk::simplex
SimplexCollection closed_star(const Mesh &mesh, const Simplex &simplex, const bool sort_and_clean)
The closed star contains the input simplex, all its top dimension cofaces, and their faces.