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

Method setGradientEvaluator

SRC/interpreter/OpenSeesReliabilityCommands.cpp:1580–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578}
1579
1580void OpenSeesReliabilityCommands::setGradientEvaluator(
1581 GradientEvaluator *eval) {
1582 if (theGradientEvaluator != 0) {
1583 delete theGradientEvaluator;
1584 theGradientEvaluator = 0;
1585 }
1586
1587 theGradientEvaluator = eval;
1588 if (eval == 0) return;
1589}
1590
1591void OpenSeesReliabilityCommands::setFunctionEvaluator(
1592 FunctionEvaluator *eval) {

Callers 1

OPS_gradientEvaluatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected