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

Function Py_ops_sensLambda

SRC/interpreter/PythonWrapper.cpp:2324–2334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322}
2323
2324static PyObject *Py_ops_sensLambda(PyObject *self, PyObject *args)
2325{
2326 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2327
2328 if (OPS_sensLambda() < 0) {
2329 opserr<<(void*)0;
2330 return NULL;
2331 }
2332
2333 return wrapper->getResults();
2334}
2335
2336static PyObject *Py_ops_sensSectionForce(PyObject *self, PyObject *args)
2337{

Callers

nothing calls this directly

Calls 3

OPS_sensLambdaFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected