Wildmeshing Toolkit
Loading...
Searching...
No Matches
top_dimension_cofaces_iterable.cpp
Go to the documentation of this file.
2
3namespace 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)