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

Function Py_ops_getFixedNodes

SRC/interpreter/PythonWrapper.cpp:1291–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291static PyObject *Py_ops_getFixedNodes(PyObject *self, PyObject *args)
1292{
1293 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1294
1295 if (OPS_getFixedNodes() < 0) {
1296 opserr<<(void*)0;
1297 return NULL;
1298 }
1299
1300 return wrapper->getResults();
1301}
1302
1303static PyObject *Py_ops_getFixedDOFs(PyObject *self, PyObject *args)
1304{

Callers

nothing calls this directly

Calls 3

OPS_getFixedNodesFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected