Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getDim
Method
getDim
tools/Assembler/Mesh/TriangleMesh.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
size_t TriangleMesh::getDim() const {
20
return m_mesh->get_dim();
21
}
22
23
size_t TriangleMesh::getNbrNodes() const {
24
return m_mesh->get_num_vertices();
Callers
15
FESettingFactory.cpp
File · 0.45
create
Method · 0.45
create
Method · 0.45
compute_shape_gradient
Method · 0.45
compute_shape_gradient
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
assemble
Method · 0.45
Calls
1
get_dim
Method · 0.45
Tested by
7
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36