Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
int
316
Subdomain::getNumNodes(void) const
317
{
318
return internalNodes->getNumComponents() +
319
externalNodes->getNumComponents();
320
}
321
322
int
323
Subdomain::commit(void)
Callers
nothing calls this directly
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected