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

Function Py_ops_runFORMAnalysis

SRC/interpreter/PythonWrapper.cpp:2943–2952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2941}
2942
2943static PyObject *Py_ops_runFORMAnalysis(PyObject *self, PyObject *args) {
2944 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2945
2946 if (OPS_runFORMAnalysis() < 0) {
2947 opserr << (void *)0;
2948 return NULL;
2949 }
2950
2951 return wrapper->getResults();
2952}
2953
2954static PyObject *Py_ops_runSORMAnalysis(PyObject *self, PyObject *args) {
2955 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);

Callers

nothing calls this directly

Calls 3

OPS_runFORMAnalysisFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected