|
Wildmeshing Toolkit
|
#include "tuples_preserving_primitive_types.hpp"#include <cassert>#include <wmtk/Mesh.hpp>#include <wmtk/utils/primitive_range.hpp>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | 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). | |