Wildmeshing Toolkit
cofaces_single_dimension.hpp File Reference
#include <vector>
#include <wmtk/Primitive.hpp>
#include <wmtk/Tuple.hpp>
#include <wmtk/simplex/Simplex.hpp>
#include <wmtk/simplex/SimplexCollection.hpp>
Include dependency graph for cofaces_single_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::simplex
 

Functions

SimplexCollection wmtk::simplex::cofaces_single_dimension (const Mesh &mesh, const Simplex &my_simplex, PrimitiveType cofaces_type, bool sort_and_clean=true)
 Returns all cofaces of a simplex that are of the provided primitive type. More...
 
std::vector< Tuple > wmtk::simplex::cofaces_single_dimension_tuples (const Mesh &mesh, const Simplex &my_simplex, PrimitiveType cofaces_type)
 
std::vector< Simplex > wmtk::simplex::cofaces_single_dimension_simplices (const Mesh &mesh, const Simplex &simplex, PrimitiveType cofaces_type)