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

Function record

SRC/tcl/commands.cpp:9958–9962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9956
9957
9958int record(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
9959{
9960 theDomain.record(false);
9961 return TCL_OK;
9962}
9963
9964
9965extern

Callers 8

Example6.1.pyFile · 0.85
Example3.3.pyFile · 0.85
Example7.1.pyFile · 0.85
Example3.2.pyFile · 0.85
Example4.1.pyFile · 0.85
Example8.1.pyFile · 0.85
Example5.1.pyFile · 0.85
remeshMethod · 0.85

Calls 1

recordMethod · 0.45

Tested by

no test coverage detected