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

Method getDispSensitivity

SRC/domain/node/Node.cpp:2094–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2092}
2093
2094double
2095Node::getDispSensitivity(int dof, int gradIndex)
2096{
2097 if (dispSensitivity != 0)
2098 return (*dispSensitivity)(dof-1,gradIndex);
2099 else
2100 return 0.0;
2101}
2102
2103double
2104Node::getVelSensitivity(int dof, int gradIndex)

Callers 15

identifyMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45
commitSensitivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected