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

Method getNodeResponse

SRC/domain/domain/Domain.cpp:1847–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847const Vector *
1848Domain::getNodeResponse(int nodeTag, NodeResponseType responseType)
1849{
1850 Node *theNode = this->getNode(nodeTag);
1851 if (theNode == 0)
1852 return NULL;
1853 else
1854 return theNode->getResponse(responseType);
1855}
1856
1857
1858static Vector responseData(0);

Callers 15

OPS_nodeDispFunction · 0.45
OPS_nodeReactionFunction · 0.45
OPS_nodeUnbalanceFunction · 0.45
OPS_nodeVelFunction · 0.45
OPS_nodeAccelFunction · 0.45
OPS_nodeResponseFunction · 0.45
ops_nodeDispFunction · 0.45
nodeDispFunction · 0.45
nodeReactionFunction · 0.45
nodeUnbalanceFunction · 0.45
nodeVelFunction · 0.45
nodeAccelFunction · 0.45

Calls 2

getNodeMethod · 0.95
getResponseMethod · 0.45

Tested by

no test coverage detected