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

Function Py_ops_block2d

SRC/interpreter/PythonWrapper.cpp:715–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715static PyObject *Py_ops_block2d(PyObject *self, PyObject *args)
716{
717 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
718
719 if (OPS_doBlock2D() < 0) {
720 opserr<<(void*)0;
721 return NULL;
722 }
723
724 return wrapper->getResults();
725}
726
727static PyObject *Py_ops_block3d(PyObject *self, PyObject *args)
728{

Callers

nothing calls this directly

Calls 3

OPS_doBlock2DFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected