Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_GetAnalysisModel
Function
OPS_GetAnalysisModel
SRC/api/win32Functions.cpp:390–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
389
extern
"C"
390
AnalysisModel * *OPS_GetAnalysisModel(void)
391
{
392
return (*OPS_GetAnalysisModelPtr)();
393
}
394
395
extern
"C"
396
EquiSolnAlgo * *OPS_GetAlgorithm(void)
Callers
2
OPS_DomainModalProperties
Function · 0.50
OPS_ResponseSpectrumAnalysis
Function · 0.50
Calls
no outgoing calls
Tested by
1
OPS_ResponseSpectrumAnalysis
Function · 0.40