| 1301 | } |
| 1302 | |
| 1303 | static PyObject *Py_ops_getFixedDOFs(PyObject *self, PyObject *args) |
| 1304 | { |
| 1305 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1306 | |
| 1307 | if (OPS_getFixedDOFs() < 0) { |
| 1308 | opserr<<(void*)0; |
| 1309 | return NULL; |
| 1310 | } |
| 1311 | |
| 1312 | return wrapper->getResults(); |
| 1313 | } |
| 1314 | |
| 1315 | static PyObject *Py_ops_getConstrainedNodes(PyObject *self, PyObject *args) |
| 1316 | { |
nothing calls this directly
no test coverage detected