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

Function OPS_GetDomain

SRC/interpreter/OpenSeesCommands.cpp:1206–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206Domain* OPS_GetDomain(void)
1207{
1208 if (cmds == 0) return 0;
1209 return cmds->getDomain();
1210}
1211
1212ReliabilityDomain* OPS_GetReliabilityDomain(void) {
1213 if (cmds == 0) return 0;

Callers 15

OPS_updateMaterialStageFunction · 0.70
OPS_resetModelFunction · 0.70
OPS_initializeAnalysisFunction · 0.70
OPS_printModelFunction · 0.70
OPS_modalDampingFunction · 0.70
OPS_modalDampingQFunction · 0.70
OPS_loadConstFunction · 0.70
OPS_rayleighDampingFunction · 0.70
OPS_setCreepFunction · 0.70
OPS_setTimeFunction · 0.70
OPS_removeObjectFunction · 0.70

Calls 1

getDomainMethod · 0.45

Tested by

no test coverage detected