Wildmeshing Toolkit
boundary_with_preserved_face.hpp File Reference
Include dependency graph for boundary_with_preserved_face.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::simplex
 
 wmtk::simplex::internal
 This class is a utility to perform breadth first search on simplices.
 

Functions

std::vector< Tuple > wmtk::simplex::internal::boundary_with_preserved_face_tuples (const Mesh &mesh, const Tuple &t, PrimitiveType pt, PrimitiveType face_pt)
 Returns the faces (single-dimension) of a simplex that are also cofaces of a given face. More...
 
std::vector< Tuple > wmtk::simplex::internal::boundary_with_preserved_face_tuples (const Mesh &mesh, const Simplex &simplex, PrimitiveType face_pt)
 Returns the faces (single-dimension) of a simplex that are also cofaces of a given face. More...
 
std::vector< Simplex > wmtk::simplex::internal::boundary_with_preserved_face_simplices (const Mesh &mesh, const Tuple &t, PrimitiveType pt, PrimitiveType face_pt)
 Returns the faces (single-dimension) of a simplex that are also cofaces of a given face. More...
 
std::vector< Simplex > wmtk::simplex::internal::boundary_with_preserved_face_simplices (const Mesh &mesh, const Simplex &simplex, PrimitiveType face_pt)
 Returns the faces (single-dimension) of a simplex that are also cofaces of a given face. More...