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

Function Py_ops_findDesignPoint

SRC/interpreter/PythonWrapper.cpp:2919–2929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2917}
2918
2919static PyObject *Py_ops_findDesignPoint(PyObject *self,
2920 PyObject *args) {
2921 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2922
2923 if (OPS_findDesignPoint() < 0) {
2924 opserr << (void *)0;
2925 return NULL;
2926 }
2927
2928 return wrapper->getResults();
2929}
2930
2931static PyObject *Py_ops_findCurvatures(PyObject *self,
2932 PyObject *args) {

Callers

nothing calls this directly

Calls 3

OPS_findDesignPointFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected