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

Function Tcl_ops_integrator

SRC/interpreter/TclWrapper.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248static int Tcl_ops_integrator(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
249 wrapper->resetCommandLine(argc, 1, argv);
250
251 if (OPS_Integrator() < 0) return TCL_ERROR;
252
253 return TCL_OK;
254}
255
256static int Tcl_ops_algorithm(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
257 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_IntegratorFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected