MCPcopy 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
305bool
306Subdomain::hasElement(int tag)
307{
308 if (this->getElement(tag) != 0)
309 return true;
310 else
311 return false;
312}
313
314
315int

Callers 3

runMethod · 0.45
addElementalLoadMethod · 0.45
partitionMethod · 0.45

Calls 1

getElementMethod · 0.45

Tested by

no test coverage detected