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

Function Tcl_ops_computeGradients

SRC/interpreter/TclWrapper.cpp:1271–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271static int Tcl_ops_computeGradients(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1272{
1273 wrapper->resetCommandLine(argc, 1, argv);
1274
1275 if (OPS_computeGradients() < 0) return TCL_ERROR;
1276
1277 return TCL_OK;
1278}
1279
1280static int Tcl_ops_sensitivityAlgorithm(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1281{

Callers

nothing calls this directly

Calls 2

OPS_computeGradientsFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected