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

Function Py_ops_solveCPU

SRC/interpreter/PythonWrapper.cpp:1916–1926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1914
1915
1916static PyObject *Py_ops_solveCPU(PyObject *self, PyObject *args)
1917{
1918 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1919
1920 if (OPS_solveCPU() < 0) {
1921 opserr<<(void*)0;
1922 return NULL;
1923 }
1924
1925 return wrapper->getResults();
1926}
1927
1928static PyObject *Py_ops_accelCPU(PyObject *self, PyObject *args)
1929{

Callers

nothing calls this directly

Calls 3

OPS_solveCPUFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected