Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ hasElement
Method
hasElement
DEVELOPER/core/Subdomain.cpp:304–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
bool
305
Subdomain::hasElement(int tag)
306
{
307
if (this->getElement(tag) != 0)
308
return true;
309
else
310
return false;
311
}
312
313
314
int
Callers
nothing calls this directly
Calls
1
getElement
Method · 0.45
Tested by
no test coverage detected