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

Function Py_ops_sensitivityAlgorithm

SRC/interpreter/PythonWrapper.cpp:2276–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2274}
2275
2276static PyObject *Py_ops_sensitivityAlgorithm(PyObject *self, PyObject *args)
2277{
2278 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2279
2280 if (OPS_sensitivityAlgorithm() < 0) {
2281 opserr<<(void*)0;
2282 return NULL;
2283 }
2284
2285 return wrapper->getResults();
2286}
2287
2288static PyObject *Py_ops_sensNodeDisp(PyObject *self, PyObject *args)
2289{

Callers

nothing calls this directly

Calls 3

OPS_sensitivityAlgorithmFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected