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

Function Py_ops_testUniaxialMaterial

SRC/interpreter/PythonWrapper.cpp:264–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264static PyObject *Py_ops_testUniaxialMaterial(PyObject *self, PyObject *args)
265{
266 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
267
268 if (OPS_testUniaxialMaterial() < 0) {
269 opserr<<(void*)0;
270 return NULL;
271 }
272
273 return wrapper->getResults();
274}
275
276static PyObject *Py_ops_setStrain(PyObject *self, PyObject *args)
277{

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
OPS_testUniaxialMaterialFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected