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

Function Py_ops_InitialStateAnalysis

SRC/interpreter/PythonWrapper.cpp:1891–1901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1889}
1890
1891static PyObject *Py_ops_InitialStateAnalysis(PyObject *self, PyObject *args)
1892{
1893 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1894
1895 if (OPS_InitialStateAnalysis() < 0) {
1896 opserr<<(void*)0;
1897 return NULL;
1898 }
1899
1900 return wrapper->getResults();
1901}
1902
1903static PyObject *Py_ops_totalCPU(PyObject *self, PyObject *args)
1904{

Callers

nothing calls this directly

Calls 3

OPS_InitialStateAnalysisFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected