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

Function Py_ops_getFixedDOFs

SRC/interpreter/PythonWrapper.cpp:1303–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303static 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
1315static PyObject *Py_ops_getConstrainedNodes(PyObject *self, PyObject *args)
1316{

Callers

nothing calls this directly

Calls 3

OPS_getFixedDOFsFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected