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

Function Py_ops_basicForce

SRC/interpreter/PythonWrapper.cpp:1867–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1865}
1866
1867static PyObject *Py_ops_basicForce(PyObject *self, PyObject *args)
1868{
1869 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1870
1871 if (OPS_basicForce() < 0) {
1872 opserr<<(void*)0;
1873 return NULL;
1874 }
1875
1876 return wrapper->getResults();
1877}
1878
1879static PyObject *Py_ops_basicStiffness(PyObject *self, PyObject *args)
1880{

Callers

nothing calls this directly

Calls 3

OPS_basicForceFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected