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

Method setFOSMAnalysis

SRC/interpreter/OpenSeesReliabilityCommands.cpp:1604–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1602}
1603
1604void OpenSeesReliabilityCommands::setFOSMAnalysis(FOSMAnalysis *analysis) {
1605 if (theFOSMAnalysis != 0) {
1606 delete theFOSMAnalysis;
1607 theFOSMAnalysis = 0;
1608 }
1609 theFOSMAnalysis = analysis;
1610}
1611
1612void OpenSeesReliabilityCommands::setFORMAnalysis(FORMAnalysis *analysis) {
1613 if (theFORMAnalysis != 0) {

Callers 1

OPS_runFOSMAnalysisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected