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

Callers

nothing calls this directly

Calls 1

getElementMethod · 0.45

Tested by

no test coverage detected