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

Method getAccSensitivity

DEVELOPER/core/Node.cpp:2152–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2150}
2151
2152double
2153Node::getAccSensitivity(int dof, int gradIndex)
2154{
2155 if (accSensitivity != 0)
2156 return (*accSensitivity)(dof-1,gradIndex);
2157 else
2158 return 0.0;
2159}
2160// AddingSensitivity:END /////////////////////////////////////////
2161
2162

Callers 1

DOF_Group.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected