MCPcopy 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
1326int OPS_wipeAnalysis()
1327{
1328 // wipe analysis
1329 if (cmds != 0) {
1330 cmds->wipeAnalysis();
1331 }
1332
1333 return 0;
1334}
1335
1336int OPS_model()
1337{

Callers 2

Tcl_ops_wipeAnalysisFunction · 0.85
Py_ops_wipeAnalysisFunction · 0.85

Calls 1

wipeAnalysisMethod · 0.45

Tested by

no test coverage detected