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

Method getVelSensitivity

DEVELOPER/core/Node.cpp:2143–2150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141}
2142
2143double
2144Node::getVelSensitivity(int dof, int gradIndex)
2145{
2146 if (velSensitivity != 0)
2147 return (*velSensitivity)(dof-1,gradIndex);
2148 else
2149 return 0.0;
2150}
2151
2152double
2153Node::getAccSensitivity(int dof, int gradIndex)

Callers 1

DOF_Group.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected