Wildmeshing Toolkit
Loading...
Searching...
No Matches
cofaces_in_simplex_iterable.cpp
Go to the documentation of this file.
2
3namespace wmtk::simplex {
4
6 const Mesh& mesh,
7 const Simplex& simplex,
8 const PrimitiveType in_simplex_type)
9{
10 return CofacesInSimplexIterable(mesh, simplex, in_simplex_type);
11}
12
13} // namespace wmtk::simplex
Get all cofaces that are in a specific simplex type.
CofacesInSimplexIterable cofaces_in_simplex_iterable(const Mesh &mesh, const Simplex &simplex, const PrimitiveType in_simplex_type)