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

Function Py_ops_sectionStiffness

SRC/interpreter/PythonWrapper.cpp:1759–1769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757}
1758
1759static PyObject *Py_ops_sectionStiffness(PyObject *self, PyObject *args)
1760{
1761 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1762
1763 if (OPS_sectionStiffness() < 0) {
1764 opserr<<(void*)0;
1765 return NULL;
1766 }
1767
1768 return wrapper->getResults();
1769}
1770
1771static PyObject *Py_ops_sectionFlexibility(PyObject *self, PyObject *args)
1772{

Callers

nothing calls this directly

Calls 3

OPS_sectionStiffnessFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected