MCPcopy 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
1737int
1738Domain::getNumElements(void) const
1739{
1740 return theElements->getNumComponents();
1741}
1742int
1743Domain::getNumNodes(void) const
1744{

Callers 12

buildEleGraphMethod · 0.95
OPS_getNumElementsFunction · 0.45
ele_map_tMethod · 0.45
Domain.cppFile · 0.45
getNumElementsFunction · 0.45
write_meshMethod · 0.45
write_element_dataMethod · 0.45
printDomainFunction · 0.45
getEleTagsFunction · 0.45
getNumElementsFunction · 0.45
ele_map_tMethod · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected