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

Function Py_ops_transformUtoX

SRC/interpreter/PythonWrapper.cpp:2610–2620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2608}
2609
2610static PyObject *Py_ops_transformUtoX(PyObject *self, PyObject *args)
2611{
2612 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2613
2614 if (OPS_transformUtoX() < 0) {
2615 opserr<<(void*)0;
2616 return NULL;
2617 }
2618
2619 return wrapper->getResults();
2620}
2621
2622static PyObject *Py_ops_performanceFunction(PyObject *self, PyObject *args)
2623{

Callers

nothing calls this directly

Calls 3

OPS_transformUtoXFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected