MCPcopy 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
295bool
296Subdomain::hasNode(int tag)
297{
298 if (this->getNode(tag) != 0)
299 return true;
300 else
301 return false;
302}
303
304bool
305Subdomain::hasElement(int tag)

Callers

nothing calls this directly

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected