MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getNumPCs

Method getNumPCs

SRC/domain/domain/Domain.cpp:1754–1758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1752}
1753
1754int
1755Domain::getNumPCs(void) const
1756{
1757 return thePCs->getNumComponents();
1758}
1759
1760int
1761Domain::getNumMPs(void) const

Callers 3

identifyMethod · 0.45
savePart0Method · 0.45
writeModelNodesMethod · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected