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

Function Py_ops_nodeDisp

SRC/interpreter/PythonWrapper.cpp:1135–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135static PyObject *Py_ops_nodeDisp(PyObject *self, PyObject *args)
1136{
1137 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1138
1139 if (OPS_nodeDisp() < 0) {
1140 opserr<<(void*)0;
1141 return NULL;
1142 }
1143
1144 return wrapper->getResults();
1145}
1146
1147static PyObject *Py_ops_nodeCrd(PyObject *self, PyObject *args)
1148{

Callers

nothing calls this directly

Calls 3

OPS_nodeDispFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected