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

Function Py_ops_nodeUnbalance

SRC/interpreter/PythonWrapper.cpp:1123–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123static PyObject *Py_ops_nodeUnbalance(PyObject *self, PyObject *args)
1124{
1125 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1126
1127 if (OPS_nodeUnbalance() < 0) {
1128 opserr<<(void*)0;
1129 return NULL;
1130 }
1131
1132 return wrapper->getResults();
1133}
1134
1135static PyObject *Py_ops_nodeDisp(PyObject *self, PyObject *args)
1136{

Callers

nothing calls this directly

Calls 3

OPS_nodeUnbalanceFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected