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

Function Py_ops_setNodeAccel

SRC/interpreter/PythonWrapper.cpp:1231–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231static PyObject *Py_ops_setNodeAccel(PyObject *self, PyObject *args)
1232{
1233 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1234
1235 if (OPS_setNodeAccel() < 0) {
1236 opserr<<(void*)0;
1237 return NULL;
1238 }
1239
1240 return wrapper->getResults();
1241}
1242
1243static PyObject *Py_ops_nodeResponse(PyObject *self, PyObject *args)
1244{

Callers

nothing calls this directly

Calls 3

OPS_setNodeAccelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected