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

Method getNbrBoundaryFaces

tools/Assembler/Mesh/TriangleMesh.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96size_t TriangleMesh::getNbrBoundaryFaces() const {
97 return m_boundary_edges.rows();
98}
99
100size_t TriangleMesh::getNodePerBoundaryFace() const {
101 return 2;

Callers 6

getBdLaplacianMatrixMethod · 0.45
getBdLaplacianMatrixMethod · 0.45
check_boundary_facesMethod · 0.45
check_normalsMethod · 0.45
check_areasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected