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

Function Py_ops_setNodeVel

SRC/interpreter/PythonWrapper.cpp:1171–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171static PyObject *Py_ops_setNodeVel(PyObject *self, PyObject *args)
1172{
1173 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1174
1175 if (OPS_setNodeVel() < 0) {
1176 opserr<<(void*)0;
1177 return NULL;
1178 }
1179
1180 return wrapper->getResults();
1181}
1182
1183static PyObject *Py_ops_setNodeDisp(PyObject *self, PyObject *args)
1184{

Callers

nothing calls this directly

Calls 3

OPS_setNodeVelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected