Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_wipeAnalysis
Function
OPS_wipeAnalysis
SRC/interpreter/OpenSeesCommands.cpp:1326–1334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1324
}
1325
1326
int OPS_wipeAnalysis()
1327
{
1328
// wipe analysis
1329
if (cmds != 0) {
1330
cmds->wipeAnalysis();
1331
}
1332
1333
return 0;
1334
}
1335
1336
int OPS_model()
1337
{
Callers
2
Tcl_ops_wipeAnalysis
Function · 0.85
Py_ops_wipeAnalysis
Function · 0.85
Calls
1
wipeAnalysis
Method · 0.45
Tested by
no test coverage detected