MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getNodeResponse

Method getNodeResponse

DEVELOPER/core/Domain.cpp:1592–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590}
1591
1592const Vector *
1593Domain::getNodeResponse(int nodeTag, NodeResponseType responseType)
1594{
1595 Node *theNode = this->getNode(nodeTag);
1596 if (theNode == 0)
1597 return NULL;
1598 else
1599 return theNode->getResponse(responseType);
1600}
1601
1602
1603static Vector responseData(0);

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
getResponseMethod · 0.45

Tested by

no test coverage detected