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

Function Py_ops_geomTransf

SRC/interpreter/PythonWrapper.cpp:588–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588static PyObject *Py_ops_geomTransf(PyObject *self, PyObject *args)
589{
590 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
591
592 if (OPS_CrdTransf() < 0) {
593 opserr<<(void*)0;
594 return NULL;
595 }
596
597 return wrapper->getResults();
598}
599static PyObject* Py_ops_damping(PyObject* self, PyObject* args)
600{
601 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);

Callers

nothing calls this directly

Calls 3

OPS_CrdTransfFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected