Wildmeshing Toolkit
tuples_preserving_primitive_types.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 #include <wmtk/Tuple.hpp>
5 
6 
7 namespace wmtk::simplex {
8 
17 std::vector<Tuple> tuples_preserving_primitive_types(
18  const Mesh& mesh,
19  const Tuple& t,
20  const PrimitiveType ptype1,
21  const PrimitiveType ptype2);
22 } // namespace wmtk::simplex
std::vector< Tuple > tuples_preserving_primitive_types(const Mesh &mesh, const Tuple &t, const PrimitiveType simplex_ptype, const PrimitiveType face_ptype)
Compute all tuples that contain simplex(ptype1, t) and that are contained by simplex(ptype2,...