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

Function Py_ops_constraints

SRC/interpreter/PythonWrapper.cpp:468–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static PyObject *Py_ops_constraints(PyObject *self, PyObject *args)
469{
470 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
471
472 if (OPS_ConstraintHandler() < 0) {
473 opserr<<(void*)0;
474 return NULL;
475 }
476
477 return wrapper->getResults();
478}
479
480static PyObject *Py_ops_integrator(PyObject *self, PyObject *args)
481{

Callers

nothing calls this directly

Calls 3

OPS_ConstraintHandlerFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected