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

Function Py_ops_getEleLoadData

SRC/interpreter/PythonWrapper.cpp:2408–2418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406}
2407
2408static PyObject *Py_ops_getEleLoadData(PyObject *self, PyObject *args)
2409{
2410 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2411
2412 if (OPS_getEleLoadData() < 0) {
2413 opserr<<(void*)0;
2414 return NULL;
2415 }
2416
2417 return wrapper->getResults();
2418}
2419
2420static PyObject *Py_ops_getNodeLoadTags(PyObject *self, PyObject *args)
2421{

Callers

nothing calls this directly

Calls 3

OPS_getEleLoadDataFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected