Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getNbrNodes
Method
getNbrNodes
tools/Assembler/Elements/TetrahedronElements.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
size_t TetrahedronElements::getNbrNodes() const {
17
return m_mesh->get_num_vertices();
18
}
19
20
VectorF TetrahedronElements::getNodes() const {
21
return m_mesh->get_vertices();
Callers
nothing calls this directly
Calls
1
get_num_vertices
Method · 0.45
Tested by
no test coverage detected