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

Function Py_ops_nodalLoad

SRC/interpreter/PythonWrapper.cpp:432–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432static PyObject *Py_ops_nodalLoad(PyObject *self, PyObject *args)
433{
434 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
435
436 if (OPS_NodalLoad() < 0) {
437 opserr<<(void*)0;
438 return NULL;
439 }
440
441 return wrapper->getResults();
442}
443
444static PyObject *Py_ops_system(PyObject *self, PyObject *args)
445{

Callers

nothing calls this directly

Calls 3

OPS_NodalLoadFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected