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

Function Py_ops_nodeAccel

SRC/interpreter/PythonWrapper.cpp:1219–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217}
1218
1219static PyObject *Py_ops_nodeAccel(PyObject *self, PyObject *args)
1220{
1221 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1222
1223 if (OPS_nodeAccel() < 0) {
1224 opserr<<(void*)0;
1225 return NULL;
1226 }
1227
1228 return wrapper->getResults();
1229}
1230
1231static PyObject *Py_ops_setNodeAccel(PyObject *self, PyObject *args)
1232{

Callers

nothing calls this directly

Calls 3

OPS_nodeAccelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected