Wildmeshing Toolkit
Loading...
Searching...
No Matches
same_simplex_dimension_surjection.cpp
Go to the documentation of this file.
1
#include "
same_simplex_dimension_surjection.hpp
"
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
Mesh.hpp
wmtk::Mesh
Definition
Mesh.hpp:95
wmtk::multimesh::MultiMeshManager::same_simplex_dimension_surjection
friend std::vector< std::array< Tuple, 2 > > multimesh::same_simplex_dimension_surjection(const Mesh &parent, const Mesh &child, const std::vector< int64_t > &parent_simplices)
wmtk::multimesh
Definition
Mesh.hpp:70
wmtk::multimesh::same_simplex_dimension_surjection
std::vector< std::array< Tuple, 2 > > same_simplex_dimension_surjection(const Mesh &parent, const Mesh &child, const std::vector< int64_t > &parent_simplices)
Definition
same_simplex_dimension_surjection.cpp:8
same_simplex_dimension_surjection.hpp
src
wmtk
multimesh
same_simplex_dimension_surjection.cpp
Generated by
1.9.8