Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ hasNode
Method
hasNode
DEVELOPER/core/Subdomain.cpp:295–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
bool
296
Subdomain::hasNode(int tag)
297
{
298
if (this->getNode(tag) != 0)
299
return true;
300
else
301
return false;
302
}
303
304
bool
305
Subdomain::hasElement(int tag)
Callers
nothing calls this directly
Calls
1
getNode
Method · 0.95
Tested by
no test coverage detected