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

Method getSensitivity

SRC/domain/component/LoadFactorParameter.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88double
89LoadFactorParameter::getSensitivity(int index)
90{
91 double dudh = myPattern->getLoadFactorSensitivity(index);
92
93 return dudh;
94}
95
96double
97LoadFactorParameter::getPerturbation(void)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected