Wildmeshing Toolkit
Loading...
Searching...
No Matches
tuples_preserving_primitive_types.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
5#include <wmtk/Tuple.hpp>
6
7namespace wmtk {
8class Mesh;
9}
10
11namespace wmtk::simplex {
12
21std::vector<Tuple> tuples_preserving_primitive_types(
22 const Mesh& mesh,
23 const Tuple& t,
24 const PrimitiveType ptype1,
25 const PrimitiveType ptype2);
26} // 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,...