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

Method getVelSensitivity

SRC/domain/node/Node.cpp:2103–2110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2101}
2102
2103double
2104Node::getVelSensitivity(int dof, int gradIndex)
2105{
2106 if (velSensitivity != 0)
2107 return (*velSensitivity)(dof-1,gradIndex);
2108 else
2109 return 0.0;
2110}
2111
2112double
2113Node::getAccSensitivity(int dof, int gradIndex)

Callers 15

identifyMethod · 0.45
OPS_sensNodeVelFunction · 0.45
OPS_sensNodePressureFunction · 0.45
identifyMethod · 0.45
DOF_Group.cppFile · 0.45
domainChangedMethod · 0.45
formEleResidualMethod · 0.45
saveSensitivityMethod · 0.45
domainChangedMethod · 0.45
formEleResidualMethod · 0.45
saveSensitivityMethod · 0.45
formEleResidualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected