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