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

Function Py_ops_nodeDOFs

SRC/interpreter/PythonWrapper.cpp:1435–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433}
1434
1435static PyObject *Py_ops_nodeDOFs(PyObject *self, PyObject *args)
1436{
1437 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1438
1439 if (OPS_nodeDOFs() < 0) {
1440 opserr<<(void*)0;
1441 return NULL;
1442 }
1443
1444 return wrapper->getResults();
1445}
1446
1447static PyObject *Py_ops_nodeMass(PyObject *self, PyObject *args)
1448{

Callers

nothing calls this directly

Calls 3

OPS_nodeDOFsFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected