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

Function Py_ops_eleResponse

SRC/interpreter/PythonWrapper.cpp:859–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859static PyObject *Py_ops_eleResponse(PyObject *self, PyObject *args)
860{
861 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
862
863 if (OPS_eleResponse() < 0) {
864 opserr<<(void*)0;
865 return NULL;
866 }
867
868 return wrapper->getResults();
869}
870
871static PyObject *Py_ops_SP(PyObject *self, PyObject *args)
872{

Callers

nothing calls this directly

Calls 3

OPS_eleResponseFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected