Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
size_t TriangleMesh::getNbrBoundaryFaces() const {
97
return m_boundary_edges.rows();
98
}
99
100
size_t TriangleMesh::getNodePerBoundaryFace() const {
101
return 2;
Callers
6
getBdLaplacianMatrix
Method · 0.45
getBdLaplacianMatrix
Method · 0.45
check_boundary_faces
Method · 0.45
check_normals
Method · 0.45
check_areas
Method · 0.45
check_boundary_node_face_adjacency_symmetry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected