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

Function Py_ops_nodeCrd

SRC/interpreter/PythonWrapper.cpp:1147–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145}
1146
1147static PyObject *Py_ops_nodeCrd(PyObject *self, PyObject *args)
1148{
1149 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1150
1151 if (OPS_nodeCoord() < 0) {
1152 opserr<<(void*)0;
1153 return NULL;
1154 }
1155
1156 return wrapper->getResults();
1157}
1158
1159static PyObject *Py_ops_nodeVel(PyObject *self, PyObject *args)
1160{

Callers

nothing calls this directly

Calls 3

OPS_nodeCoordFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected