Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_boundaries
Method
get_num_boundaries
tools/MeshUtils/BoundaryFaces.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
size_t BoundaryFaces::get_num_boundaries() const {
22
return m_boundaries.rows();
23
}
24
25
MatrixIr BoundaryFaces::get_boundaries() const {
26
return m_boundaries;
Callers
4
init_boundary_nodes
Method · 0.45
run
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36