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

Function Py_ops_runFOSMAnalysis

SRC/interpreter/PythonWrapper.cpp:2908–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2906}
2907
2908static PyObject *Py_ops_runFOSMAnalysis(PyObject *self, PyObject *args) {
2909 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2910
2911 if (OPS_runFOSMAnalysis() < 0) {
2912 opserr << (void *)0;
2913 return NULL;
2914 }
2915
2916 return wrapper->getResults();
2917}
2918
2919static PyObject *Py_ops_findDesignPoint(PyObject *self,
2920 PyObject *args) {

Callers

nothing calls this directly

Calls 3

OPS_runFOSMAnalysisFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected