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

Method getCrdsSensitivity

SRC/domain/node/Node.cpp:1923–1932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921
1922
1923int
1924Node::getCrdsSensitivity(void)
1925{
1926 if ( (parameterID == 4) || (parameterID == 5) || (parameterID == 6) ) {
1927 return (parameterID-3);
1928 }
1929 else {
1930 return 0;
1931 }
1932}
1933
1934
1935int

Callers 15

commitSensitivityMethod · 0.45
Truss.cppFile · 0.45
commitSensitivityMethod · 0.45
TrussSection.cppFile · 0.45
commitSensitivityMethod · 0.45
Truss2.cppFile · 0.45
commitSensitivityMethod · 0.45
isShapeSensitivityMethod · 0.45
getdLdhMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected