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

Function Py_ops_nodeVel

SRC/interpreter/PythonWrapper.cpp:1159–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159static PyObject *Py_ops_nodeVel(PyObject *self, PyObject *args)
1160{
1161 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1162
1163 if (OPS_nodeVel() < 0) {
1164 opserr<<(void*)0;
1165 return NULL;
1166 }
1167
1168 return wrapper->getResults();
1169}
1170
1171static PyObject *Py_ops_setNodeVel(PyObject *self, PyObject *args)
1172{

Callers

nothing calls this directly

Calls 3

OPS_nodeVelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected