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

Function Py_ops_nodeReaction

SRC/interpreter/PythonWrapper.cpp:659–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659static PyObject *Py_ops_nodeReaction(PyObject *self, PyObject *args)
660{
661 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
662
663 if (OPS_nodeReaction() < 0) {
664 opserr<<(void*)0;
665 return NULL;
666 }
667
668 return wrapper->getResults();
669}
670
671static PyObject *Py_ops_eigen(PyObject *self, PyObject *args)
672{

Callers

nothing calls this directly

Calls 3

OPS_nodeReactionFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected