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

Method getLoadFactorSensitivity

SRC/domain/pattern/LoadPattern.cpp:1304–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304double
1305LoadPattern::getLoadFactorSensitivity(int gradIndex)
1306{
1307 if (dLambdadh != 0 && gradIndex >= 0 && gradIndex < dLambdadh->Size())
1308 return (*dLambdadh)(gradIndex);
1309 else
1310 return 0.0;
1311}
1312
1313// AddingSensitivity:END //////////////////////////////////////

Callers 4

OPS_sensLambdaFunction · 0.80
getSensitivityMethod · 0.80
sensLambdaFunction · 0.80
TclCommand_sensLambdaFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected