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

Function Py_ops_sectionFlexibility

SRC/interpreter/PythonWrapper.cpp:1771–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1769}
1770
1771static PyObject *Py_ops_sectionFlexibility(PyObject *self, PyObject *args)
1772{
1773 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1774
1775 if (OPS_sectionFlexibility() < 0) {
1776 opserr<<(void*)0;
1777 return NULL;
1778 }
1779
1780 return wrapper->getResults();
1781}
1782
1783static PyObject *Py_ops_sectionLocation(PyObject *self, PyObject *args)
1784{

Callers

nothing calls this directly

Calls 3

OPS_sectionFlexibilityFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected