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

Function Py_ops_integrator

SRC/interpreter/PythonWrapper.cpp:480–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480static PyObject *Py_ops_integrator(PyObject *self, PyObject *args)
481{
482 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
483
484 if (OPS_Integrator() < 0) {
485 opserr<<(void*)0;
486 return NULL;
487 }
488
489 return wrapper->getResults();
490}
491
492static PyObject *Py_ops_algorithm(PyObject *self, PyObject *args)
493{

Callers

nothing calls this directly

Calls 3

OPS_IntegratorFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected