| 2740 | } |
| 2741 | |
| 2742 | static PyObject *Py_ops_gradientEvaluator(PyObject *self, PyObject *args) |
| 2743 | { |
| 2744 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2745 | |
| 2746 | if (OPS_gradientEvaluator() < 0) { |
| 2747 | opserr<<(void*)0; |
| 2748 | return NULL; |
| 2749 | } |
| 2750 | |
| 2751 | return wrapper->getResults(); |
| 2752 | } |
| 2753 | |
| 2754 | static PyObject *Py_ops_updateMaterialStage(PyObject *self, PyObject *args) |
| 2755 | { |
nothing calls this directly
no test coverage detected