Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumElements
Method
getNumElements
DEVELOPER/core/Domain.cpp:1545–1549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1543
1544
1545
int
1546
Domain::getNumElements(void) const
1547
{
1548
return theElements->getNumComponents();
1549
}
1550
int
1551
Domain::getNumNodes(void) const
1552
{
Callers
2
buildEleGraph
Method · 0.95
Domain.cpp
File · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected