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

Function Py_ops_basicDeformation

SRC/interpreter/PythonWrapper.cpp:1855–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853}
1854
1855static PyObject *Py_ops_basicDeformation(PyObject *self, PyObject *args)
1856{
1857 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1858
1859 if (OPS_basicDeformation() < 0) {
1860 opserr<<(void*)0;
1861 return NULL;
1862 }
1863
1864 return wrapper->getResults();
1865}
1866
1867static PyObject *Py_ops_basicForce(PyObject *self, PyObject *args)
1868{

Callers

nothing calls this directly

Calls 3

OPS_basicDeformationFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected