Wildmeshing Toolkit
tuples_preserving_primitive_types.cpp File Reference
#include "tuples_preserving_primitive_types.hpp"
#include <cassert>
#include <wmtk/Mesh.hpp>
#include <wmtk/utils/primitive_range.hpp>
Include dependency graph for tuples_preserving_primitive_types.cpp:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::simplex
 

Functions

std::vector< Tuple > wmtk::simplex::tuples_preserving_primitive_types (const Mesh &mesh, const Tuple &t, const PrimitiveType ptype1, const PrimitiveType ptype2)
 Compute all tuples that contain simplex(ptype1, t) and that are contained by simplex(ptype2, t). More...