Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getNbrBoundaryNodes
Method
getNbrBoundaryNodes
tools/Assembler/Mesh/TriangleMesh.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
size_t TriangleMesh::getNbrBoundaryNodes() const {
120
return m_boundary.size();
121
}
122
123
VectorI TriangleMesh::getBoundaryNodes() const {
124
return m_boundary;
Callers
10
getPressureForceMatrix
Method · 0.45
getBdAreaMatrix
Method · 0.45
getBoundaryBlurMatrix
Method · 0.45
getBdLaplacianMatrix
Method · 0.45
getBdLaplacianMatrix
Method · 0.45
check_boundary_node
Method · 0.45
check_boundary_elements
Method · 0.45
check_normals
Method · 0.45
check_boundary_node_node_adjacency_symmetry
Method · 0.45
check_boundary_node_face_adjacency_symmetry
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected