MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / getBoundaryFace

Method getBoundaryFace

tools/Assembler/Mesh/TetrahedronMesh.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106VectorI TetrahedronMesh::getBoundaryFace(size_t bfi) const {
107 assert(bfi < getNbrBoundaryFaces());
108 return m_mesh->get_face(bfi);
109}
110
111Float TetrahedronMesh::getBoundaryFaceArea(size_t bfi) const {
112 assert(bfi < getNbrBoundaryFaces());

Callers

nothing calls this directly

Calls 1

get_faceMethod · 0.80

Tested by

no test coverage detected