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

Function Py_ops_getNDFF

SRC/interpreter/PythonWrapper.cpp:1387–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387static PyObject *Py_ops_getNDFF(PyObject *self, PyObject *args)
1388{
1389 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1390
1391 if (OPS_getNDFF() < 0) {
1392 opserr<<(void*)0;
1393 return NULL;
1394 }
1395
1396 return wrapper->getResults();
1397}
1398
1399static PyObject *Py_ops_eleNodes(PyObject *self, PyObject *args)
1400{

Callers

nothing calls this directly

Calls 3

OPS_getNDFFFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected