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

Function Py_ops_setNodeDisp

SRC/interpreter/PythonWrapper.cpp:1183–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183static PyObject *Py_ops_setNodeDisp(PyObject *self, PyObject *args)
1184{
1185 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1186
1187 if (OPS_setNodeDisp() < 0) {
1188 opserr<<(void*)0;
1189 return NULL;
1190 }
1191
1192 return wrapper->getResults();
1193}
1194
1195static PyObject *Py_ops_getNodeTemperature(PyObject *self, PyObject *args)
1196{

Callers

nothing calls this directly

Calls 3

OPS_setNodeDispFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected