Wildmeshing Toolkit
top_dimension_cofaces_iterable.cpp
Go to the documentation of this file.
2 
3 namespace wmtk::simplex {
4 
6 {
7  return TopDimensionCofacesIterable(mesh, simplex);
8 }
9 
10 } // namespace wmtk::simplex
Iterating through the d-simplices of a mesh can be done in different ways, depending on the simplex d...
TopDimensionCofacesIterable top_dimension_cofaces_iterable(const Mesh &mesh, const Simplex &simplex)