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