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

Function Py_ops_setNodePressure

SRC/interpreter/PythonWrapper.cpp:1471–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471static PyObject *Py_ops_setNodePressure(PyObject *self, PyObject *args)
1472{
1473 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1474
1475 if (OPS_setNodePressure() < 0) {
1476 opserr<<(void*)0;
1477 return NULL;
1478 }
1479
1480 return wrapper->getResults();
1481}
1482
1483static PyObject *Py_ops_nodeBounds(PyObject *self, PyObject *args)
1484{

Callers

nothing calls this directly

Calls 3

OPS_setNodePressureFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected