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

Function Tcl_ops_nodeReaction

SRC/interpreter/TclWrapper.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static int Tcl_ops_nodeReaction(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
369 wrapper->resetCommandLine(argc, 1, argv);
370
371 if (OPS_nodeReaction() < 0) return TCL_ERROR;
372
373 return TCL_OK;
374}
375
376static int Tcl_ops_eigen(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
377 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeReactionFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected