Wildmeshing Toolkit
top_dimension_cofaces_iterable.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace wmtk::simplex {
6 TopDimensionCofacesIterable top_dimension_cofaces_iterable(
7  const Mesh& mesh,
8  const Simplex& simplex);
9 }
TopDimensionCofacesIterable top_dimension_cofaces_iterable(const Mesh &mesh, const Simplex &simplex)