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

Function Py_ops_nodeResponse

SRC/interpreter/PythonWrapper.cpp:1243–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241}
1242
1243static PyObject *Py_ops_nodeResponse(PyObject *self, PyObject *args)
1244{
1245 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1246
1247 if (OPS_nodeResponse() < 0) {
1248 opserr<<(void*)0;
1249 return NULL;
1250 }
1251
1252 return wrapper->getResults();
1253}
1254
1255static PyObject *Py_ops_nodeCoord(PyObject *self, PyObject *args)
1256{

Callers

nothing calls this directly

Calls 3

OPS_nodeResponseFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected