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