Go to the source code of this file.
|
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...
|
|