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

Function Tcl_ops_gradientEvaluator

SRC/interpreter/TclWrapper.cpp:1577–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577static int Tcl_ops_gradientEvaluator(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1578{
1579 wrapper->resetCommandLine(argc, 1, argv);
1580
1581 if (OPS_gradientEvaluator() < 0) return TCL_ERROR;
1582
1583 return TCL_OK;
1584}
1585
1586
1587static int Tcl_ops_updateMaterialStage(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

OPS_gradientEvaluatorFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected