Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getNbrElements
Method
getNbrElements
tools/Assembler/Elements/TetrahedronElements.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
size_t TetrahedronElements::getNbrElements() const {
29
return m_mesh->get_num_voxels();
30
}
31
32
size_t TetrahedronElements::getNodePerElement() const {
33
return 4;
Callers
nothing calls this directly
Calls
1
get_num_voxels
Method · 0.45
Tested by
no test coverage detected