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

Method getNumNodes

SRC/domain/subdomain/Subdomain.cpp:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315int
316Subdomain::getNumNodes(void) const
317{
318 return internalNodes->getNumComponents() +
319 externalNodes->getNumComponents();
320}
321
322int
323Subdomain::commit(void)

Callers

nothing calls this directly

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected