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

Method getNbrBoundaryFaces

tools/Assembler/Mesh/TetrahedronMesh.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97size_t TetrahedronMesh::getNbrBoundaryFaces() const {
98 return m_mesh->get_num_faces();
99}
100
101size_t TetrahedronMesh::getNodePerBoundaryFace() const {
102 assert(m_mesh->get_vertex_per_face() == 3);

Callers

nothing calls this directly

Calls 1

get_num_facesMethod · 0.45

Tested by

no test coverage detected