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

Function Py_ops_UniaxialMaterial

SRC/interpreter/PythonWrapper.cpp:252–262  ·  view source on GitHub ↗

///////////////////////////////////////// // Python wrapper functions //////////// ////////////////////////////////////////

Source from the content-addressed store, hash-verified

250/////// Python wrapper functions ////////////
251/////////////////////////////////////////////
252static PyObject *Py_ops_UniaxialMaterial(PyObject *self, PyObject *args)
253{
254 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
255
256 if (OPS_UniaxialMaterial() < 0) {
257 opserr<<(void*)0;
258 return NULL;
259 }
260
261 return wrapper->getResults();
262}
263
264static PyObject *Py_ops_testUniaxialMaterial(PyObject *self, PyObject *args)
265{

Callers

nothing calls this directly

Calls 3

OPS_UniaxialMaterialFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected