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

Function Py_ops_getDampTangent

SRC/interpreter/PythonWrapper.cpp:324–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324static PyObject *Py_ops_getDampTangent(PyObject *self, PyObject *args)
325{
326 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
327
328 if (OPS_getDampTangent() < 0) {
329 opserr<<(void*)0;
330 return NULL;
331 }
332
333 return wrapper->getResults();
334}
335
336static PyObject *Py_ops_wipe(PyObject *self, PyObject *args)
337{

Callers

nothing calls this directly

Calls 3

OPS_getDampTangentFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected