Wildmeshing Toolkit
Loading...
Searching...
No Matches
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

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

Functions

std::vector< Tuplewmtk::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.
 
std::vector< Tuplewmtk::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.
 
std::vector< Simplexwmtk::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.
 
std::vector< Simplexwmtk::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.