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

Method setFunctionEvaluator

SRC/interpreter/OpenSeesReliabilityCommands.cpp:1591–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589}
1590
1591void OpenSeesReliabilityCommands::setFunctionEvaluator(
1592 FunctionEvaluator *eval) {
1593 if (theFunctionEvaluator != 0) {
1594 delete theFunctionEvaluator;
1595 theFunctionEvaluator = 0;
1596 }
1597
1598 theFunctionEvaluator = eval;
1599 if (eval == 0) {
1600 return;
1601 }
1602}
1603
1604void OpenSeesReliabilityCommands::setFOSMAnalysis(FOSMAnalysis *analysis) {
1605 if (theFOSMAnalysis != 0) {

Callers 1

OPS_functionEvaluatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected