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

Function Py_ops_analysis

SRC/interpreter/PythonWrapper.cpp:504–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504static PyObject *Py_ops_analysis(PyObject *self, PyObject *args)
505{
506 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
507
508 if (OPS_Analysis() < 0) {
509 opserr<<(void*)0;
510 return NULL;
511 }
512
513 return wrapper->getResults();
514}
515
516static PyObject *Py_ops_analyze(PyObject *self, PyObject *args)
517{

Callers

nothing calls this directly

Calls 3

OPS_AnalysisFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected