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

Method getResults

SRC/interpreter/PythonWrapper.cpp:235–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235PyObject*
236PythonWrapper::getResults()
237{
238 PyObject* result = currentResult;
239 currentResult = 0;
240
241 if (result == 0) {
242 Py_INCREF(Py_None);
243 result = Py_None;
244 }
245
246 return result;
247}
248
249//////////////////////////////////////////////
250/////// Python wrapper functions ////////////

Callers 15

Py_ops_UniaxialMaterialFunction · 0.80
Py_ops_setStrainFunction · 0.80
Py_ops_getStrainFunction · 0.80
Py_ops_getStressFunction · 0.80
Py_ops_getTangentFunction · 0.80
Py_ops_getDampTangentFunction · 0.80
Py_ops_wipeFunction · 0.80
Py_ops_wipeReliabilityFunction · 0.80
Py_ops_modelFunction · 0.80
Py_ops_nodeFunction · 0.80
Py_ops_fixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected