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

Function Py_ops_layer

SRC/interpreter/PythonWrapper.cpp:576–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576static PyObject *Py_ops_layer(PyObject *self, PyObject *args)
577{
578 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
579
580 if (OPS_Layer() < 0) {
581 opserr<<(void*)0;
582 return NULL;
583 }
584
585 return wrapper->getResults();
586}
587
588static PyObject *Py_ops_geomTransf(PyObject *self, PyObject *args)
589{

Callers

nothing calls this directly

Calls 3

OPS_LayerFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected