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

Function Py_ops_sectionForce

SRC/interpreter/PythonWrapper.cpp:1735–1745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733}
1734
1735static PyObject *Py_ops_sectionForce(PyObject *self, PyObject *args)
1736{
1737 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1738
1739 if (OPS_sectionForce() < 0) {
1740 opserr<<(void*)0;
1741 return NULL;
1742 }
1743
1744 return wrapper->getResults();
1745}
1746
1747static PyObject *Py_ops_sectionDeformation(PyObject *self, PyObject *args)
1748{

Callers

nothing calls this directly

Calls 3

OPS_sectionForceFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected