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

Function Py_ops_modalProperties

SRC/interpreter/PythonWrapper.cpp:683–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683static PyObject* Py_ops_modalProperties(PyObject* self, PyObject* args)
684{
685 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
686 if (OPS_DomainModalProperties() < 0) {
687 opserr<<(void*)0;
688 return NULL;
689 }
690 return wrapper->getResults();
691}
692
693static PyObject* Py_ops_responseSpectrumAnalysis(PyObject* self, PyObject* args)
694{

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected