Wildmeshing Toolkit
|
#include "closed_star.hpp"
#include <wmtk/TetMesh.hpp>
#include <wmtk/TriMesh.hpp>
#include <wmtk/utils/Logger.hpp>
#include "faces.hpp"
#include "top_dimension_cofaces.hpp"
#include "top_dimension_cofaces_iterable.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::simplex | |
Functions | |
SimplexCollection | wmtk::simplex::closed_star (const Mesh &mesh, const Simplex &simplex, const bool sort_and_clean=true) |
The closed star contains the input simplex, all its top dimension cofaces, and their faces. More... | |