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

Method getNodePerBoundaryFace

tools/Assembler/Mesh/TetrahedronMesh.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101size_t TetrahedronMesh::getNodePerBoundaryFace() const {
102 assert(m_mesh->get_vertex_per_face() == 3);
103 return m_mesh->get_vertex_per_face();
104}
105
106VectorI TetrahedronMesh::getBoundaryFace(size_t bfi) const {
107 assert(bfi < getNbrBoundaryFaces());

Callers

nothing calls this directly

Calls 1

get_vertex_per_faceMethod · 0.45

Tested by

no test coverage detected