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

Function Py_ops_getTangent

SRC/interpreter/PythonWrapper.cpp:312–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static PyObject *Py_ops_getTangent(PyObject *self, PyObject *args)
313{
314 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
315
316 if (OPS_getTangent() < 0) {
317 opserr<<(void*)0;
318 return NULL;
319 }
320
321 return wrapper->getResults();
322}
323
324static PyObject *Py_ops_getDampTangent(PyObject *self, PyObject *args)
325{

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
OPS_getTangentFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected