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

Function Tcl_ops_solveCPU

SRC/interpreter/TclWrapper.cpp:1040–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038}
1039
1040static int Tcl_ops_solveCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1041 wrapper->resetCommandLine(argc, 1, argv);
1042
1043 if (OPS_solveCPU() < 0) return TCL_ERROR;
1044
1045 return TCL_OK;
1046}
1047
1048static int Tcl_ops_accelCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1049 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_solveCPUFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected