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

Method getReliabilityDomain

SRC/interpreter/OpenSeesCommands.cpp:226–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226ReliabilityDomain*
227OpenSeesCommands::getReliabilityDomain()
228{
229 if (reliability == 0) {
230 return 0;
231 }
232 return reliability->getDomain();
233}
234
235AnalysisModel** OpenSeesCommands::getAnalysisModel()
236{

Callers 4

OPS_GetReliabilityDomainFunction · 0.45
reliabilityFunction · 0.45
sensitivityAlgorithmFunction · 0.45
removeObjectFunction · 0.45

Calls 1

getDomainMethod · 0.45

Tested by

no test coverage detected