Wildmeshing Toolkit
same_simplex_dimension_surjection.cpp
Go to the documentation of this file.
2 #include <numeric>
3 #include <wmtk/Mesh.hpp>
4 
5 
6 namespace wmtk::multimesh {
7 
8 std::vector<std::array<Tuple, 2>> same_simplex_dimension_surjection(
9  const Mesh& parent,
10  const Mesh& child,
11  const std::vector<int64_t>& parent_simplices)
12 {
13  return MultiMeshManager::same_simplex_dimension_surjection(parent, child, parent_simplices);
14 }
15 } // namespace wmtk::multimesh
static std::vector< std::array< Tuple, 2 > > same_simplex_dimension_surjection(const Mesh &parent, const Mesh &child, const std::vector< int64_t > &parent_simplices)
std::vector< std::array< Tuple, 2 > > same_simplex_dimension_surjection(const Mesh &parent, const Mesh &child, const std::vector< int64_t > &parent_simplices)