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

Function Py_ops_getLoadFactor

SRC/interpreter/PythonWrapper.cpp:943–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943static PyObject *Py_ops_getLoadFactor(PyObject *self, PyObject *args)
944{
945 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
946
947 if (OPS_getLoadFactor() < 0) {
948 opserr<<(void*)0;
949 return NULL;
950 }
951
952 return wrapper->getResults();
953}
954
955static PyObject *Py_ops_build(PyObject *self, PyObject *args)
956{

Callers

nothing calls this directly

Calls 3

OPS_getLoadFactorFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected