Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getNbrNodes
Method
getNbrNodes
tools/Assembler/Mesh/TriangleMesh.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
size_t TriangleMesh::getNbrNodes() const {
24
return m_mesh->get_num_vertices();
25
}
26
27
VectorF TriangleMesh::getNodes() const {
28
return m_mesh->get_vertices();
Callers
15
getPressureForceMatrix
Method · 0.45
getDivergence
Method · 0.45
getCurlNorm
Method · 0.45
getRigidMotionMatrix
Method · 0.45
getMassMatrix
Method · 0.45
getStiffnessMatrix
Method · 0.45
getLaplacianMatrix
Method · 0.45
getDisplacementStrainMatrix
Method · 0.45
getMassMatrix
Method · 0.45
getStiffnessMatrix
Method · 0.45
getLaplacianMatrix
Method · 0.45
getDisplacementStrainMatrix
Method · 0.45
Calls
1
get_num_vertices
Method · 0.45
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36