| 95 | } |
| 96 | |
| 97 | size_t TetrahedronMesh::getNbrBoundaryFaces() const { |
| 98 | return m_mesh->get_num_faces(); |
| 99 | } |
| 100 | |
| 101 | size_t TetrahedronMesh::getNodePerBoundaryFace() const { |
| 102 | assert(m_mesh->get_vertex_per_face() == 3); |
nothing calls this directly
no test coverage detected