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

Function Py_ops_functionEvaluator

SRC/interpreter/PythonWrapper.cpp:2730–2740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728}
2729
2730static PyObject *Py_ops_functionEvaluator(PyObject *self, PyObject *args)
2731{
2732 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2733
2734 if (OPS_functionEvaluator() < 0) {
2735 opserr<<(void*)0;
2736 return NULL;
2737 }
2738
2739 return wrapper->getResults();
2740}
2741
2742static PyObject *Py_ops_gradientEvaluator(PyObject *self, PyObject *args)
2743{

Callers

nothing calls this directly

Calls 3

OPS_functionEvaluatorFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected