Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumExternalNodes
Method
getNumExternalNodes
SRC/domain/subdomain/Subdomain.cpp:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
516
517
int
518
Subdomain::getNumExternalNodes(void) const
519
{
520
return externalNodes->getNumComponents();
521
}
522
523
const ID &
524
Subdomain::getExternalNodes()
Callers
2
isPointInVolume
Method · 0.45
setResponse
Method · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected