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

Function Py_ops_numIter

SRC/interpreter/PythonWrapper.cpp:1952–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1950}
1951
1952static PyObject *Py_ops_numIter(PyObject *self, PyObject *args)
1953{
1954 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1955
1956 if (OPS_numIter() < 0) {
1957 opserr<<(void*)0;
1958 return NULL;
1959 }
1960
1961 return wrapper->getResults();
1962}
1963
1964static PyObject *Py_ops_systemSize(PyObject *self, PyObject *args)
1965{

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
OPS_numIterFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected