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

Function Py_ops_accelCPU

SRC/interpreter/PythonWrapper.cpp:1928–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1926}
1927
1928static PyObject *Py_ops_accelCPU(PyObject *self, PyObject *args)
1929{
1930 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1931
1932 if (OPS_accelCPU() < 0) {
1933 opserr<<(void*)0;
1934 return NULL;
1935 }
1936
1937 return wrapper->getResults();
1938}
1939
1940static PyObject *Py_ops_numFact(PyObject *self, PyObject *args)
1941{

Callers

nothing calls this directly

Calls 3

OPS_accelCPUFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected