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

Function Py_ops_wipeAnalysis

SRC/interpreter/PythonWrapper.cpp:751–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751static PyObject *Py_ops_wipeAnalysis(PyObject *self, PyObject *args)
752{
753 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
754
755 if (OPS_wipeAnalysis() < 0) {
756 opserr<<(void*)0;
757 return NULL;
758 }
759
760 return wrapper->getResults();
761}
762
763static PyObject *Py_ops_setTime(PyObject *self, PyObject *args)
764{

Callers

nothing calls this directly

Calls 3

OPS_wipeAnalysisFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected