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

Function Py_ops_fiber

SRC/interpreter/PythonWrapper.cpp:552–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552static PyObject *Py_ops_fiber(PyObject *self, PyObject *args)
553{
554 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
555
556 if (OPS_Fiber() < 0) {
557 opserr<<(void*)0;
558 return NULL;
559 }
560
561 return wrapper->getResults();
562}
563
564static PyObject *Py_ops_patch(PyObject *self, PyObject *args)
565{

Callers

nothing calls this directly

Calls 3

OPS_FiberFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected