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

Function Py_ops_sectionDeformation

SRC/interpreter/PythonWrapper.cpp:1747–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747static PyObject *Py_ops_sectionDeformation(PyObject *self, PyObject *args)
1748{
1749 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1750
1751 if (OPS_sectionDeformation() < 0) {
1752 opserr<<(void*)0;
1753 return NULL;
1754 }
1755
1756 return wrapper->getResults();
1757}
1758
1759static PyObject *Py_ops_sectionStiffness(PyObject *self, PyObject *args)
1760{

Callers

nothing calls this directly

Calls 3

OPS_sectionDeformationFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected