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

Function OPS_GetReliabilityDomain

SRC/interpreter/OpenSeesCommands.cpp:1212–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212ReliabilityDomain* OPS_GetReliabilityDomain(void) {
1213 if (cmds == 0) return 0;
1214 return cmds->getReliabilityDomain();
1215}
1216
1217AnalysisModel**
1218OPS_GetAnalysisModel(void)

Callers 1

OPS_ParameterFunction · 0.70

Calls 1

getReliabilityDomainMethod · 0.45

Tested by

no test coverage detected