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

Function Py_ops_algorithm

SRC/interpreter/PythonWrapper.cpp:492–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492static PyObject *Py_ops_algorithm(PyObject *self, PyObject *args)
493{
494 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
495
496 if (OPS_Algorithm() < 0) {
497 opserr<<(void*)0;
498 return NULL;
499 }
500
501 return wrapper->getResults();
502}
503
504static PyObject *Py_ops_analysis(PyObject *self, PyObject *args)
505{

Callers

nothing calls this directly

Calls 3

OPS_AlgorithmFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected