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

Function Py_ops_basicStiffness

SRC/interpreter/PythonWrapper.cpp:1879–1889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1877}
1878
1879static PyObject *Py_ops_basicStiffness(PyObject *self, PyObject *args)
1880{
1881 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1882
1883 if (OPS_basicStiffness() < 0) {
1884 opserr<<(void*)0;
1885 return NULL;
1886 }
1887
1888 return wrapper->getResults();
1889}
1890
1891static PyObject *Py_ops_InitialStateAnalysis(PyObject *self, PyObject *args)
1892{

Callers

nothing calls this directly

Calls 3

OPS_basicStiffnessFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected