MCPcopy 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}
1550int
1551Domain::getNumNodes(void) const
1552{
1553 return theNodes->getNumComponents();
1554}
1555
1556int
1557Domain::getNumSPs(void) const

Callers 2

buildNodeGraphMethod · 0.95
Domain.cppFile · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected