Wildmeshing Toolkit
closed_star.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SimplexCollection.hpp"
4 
5 namespace wmtk::simplex {
14 SimplexCollection
15 closed_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.
Definition: closed_star.cpp:13