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

Function ops_wipeAnalysis

SRC/interpreter/PythonAnalysisBuilder.cpp:747–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747PyObject *ops_wipeAnalysis(PyObject *self, PyObject *args)
748{
749 anaBuilder.wipe();
750 anaBuilder.resetAll();
751
752 Py_INCREF(Py_None);
753 return Py_None;
754}
755
756PyObject *ops_wipeModel(PyObject *self, PyObject *args)
757{

Callers

nothing calls this directly

Calls 2

resetAllMethod · 0.80
wipeMethod · 0.45

Tested by

no test coverage detected