Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1206
Domain* OPS_GetDomain(void)
1207
{
1208
if (cmds == 0) return 0;
1209
return cmds->getDomain();
1210
}
1211
1212
ReliabilityDomain* OPS_GetReliabilityDomain(void) {
1213
if (cmds == 0) return 0;
Callers
15
OPS_updateMaterialStage
Function · 0.70
OPS_resetModel
Function · 0.70
OPS_initializeAnalysis
Function · 0.70
OPS_printModel
Function · 0.70
OPS_modalDamping
Function · 0.70
OPS_modalDampingQ
Function · 0.70
OPS_loadConst
Function · 0.70
OPS_calculateNodalReactions
Function · 0.70
OPS_rayleighDamping
Function · 0.70
OPS_setCreep
Function · 0.70
OPS_setTime
Function · 0.70
OPS_removeObject
Function · 0.70
Calls
1
getDomain
Method · 0.45
Tested by
no test coverage detected