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

Function Py_ops_sdfResponse

SRC/interpreter/PythonWrapper.cpp:2766–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2764}
2765
2766static PyObject *Py_ops_sdfResponse(PyObject *self, PyObject *args)
2767{
2768 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2769
2770 if (OPS_sdfResponse() < 0) {
2771 opserr<<(void*)0;
2772 return NULL;
2773 }
2774
2775 return wrapper->getResults();
2776}
2777
2778static PyObject *Py_ops_getNumThreads(PyObject *self, PyObject *args)
2779{

Callers

nothing calls this directly

Calls 3

OPS_sdfResponseFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected