Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumElements
Method
getNumElements
SRC/domain/domain/Domain.cpp:1737–1741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1735
1736
1737
int
1738
Domain::getNumElements(void) const
1739
{
1740
return theElements->getNumComponents();
1741
}
1742
int
1743
Domain::getNumNodes(void) const
1744
{
Callers
12
buildEleGraph
Method · 0.95
OPS_getNumElements
Function · 0.45
ele_map_t
Method · 0.45
Domain.cpp
File · 0.45
getNumElements
Function · 0.45
write_mesh
Method · 0.45
write_eleupdatetime_now
Method · 0.45
write_element_data
Method · 0.45
printDomain
Function · 0.45
getEleTags
Function · 0.45
getNumElements
Function · 0.45
ele_map_t
Method · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected