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

Function Py_ops_sensSectionForce

SRC/interpreter/PythonWrapper.cpp:2336–2346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2334}
2335
2336static PyObject *Py_ops_sensSectionForce(PyObject *self, PyObject *args)
2337{
2338 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2339
2340 if (OPS_sensSectionForce() < 0) {
2341 opserr<<(void*)0;
2342 return NULL;
2343 }
2344
2345 return wrapper->getResults();
2346}
2347
2348static PyObject *Py_ops_sensNodePressure(PyObject *self, PyObject *args)
2349{

Callers

nothing calls this directly

Calls 3

OPS_sensSectionForceFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected