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

Function Py_ops_cbdiDisplacement

SRC/interpreter/PythonWrapper.cpp:1843–1853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1841}
1842
1843static PyObject *Py_ops_cbdiDisplacement(PyObject *self, PyObject *args)
1844{
1845 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1846
1847 if (OPS_cbdiDisplacement() < 0) {
1848 opserr<<(void*)0;
1849 return NULL;
1850 }
1851
1852 return wrapper->getResults();
1853}
1854
1855static PyObject *Py_ops_basicDeformation(PyObject *self, PyObject *args)
1856{

Callers

nothing calls this directly

Calls 3

OPS_cbdiDisplacementFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected