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

Function Py_ops_block3d

SRC/interpreter/PythonWrapper.cpp:727–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727static PyObject *Py_ops_block3d(PyObject *self, PyObject *args)
728{
729 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
730
731 if (OPS_doBlock3D() < 0) {
732 opserr<<(void*)0;
733 return NULL;
734 }
735
736 return wrapper->getResults();
737}
738
739static PyObject *Py_ops_rayleigh(PyObject *self, PyObject *args)
740{

Callers

nothing calls this directly

Calls 3

OPS_doBlock3DFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected