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

Method getDispSensitivity

DEVELOPER/core/Node.cpp:2134–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2132}
2133
2134double
2135Node::getDispSensitivity(int dof, int gradIndex)
2136{
2137 if (dispSensitivity != 0)
2138 return (*dispSensitivity)(dof-1,gradIndex);
2139 else
2140 return 0.0;
2141}
2142
2143double
2144Node::getVelSensitivity(int dof, int gradIndex)

Callers 1

DOF_Group.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected