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

Function resetModel

SRC/tcl/commands.cpp:1614–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614int
1615resetModel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1616{
1617 theDomain.revertToStart();
1618
1619 if (theTransientIntegrator != 0) {
1620 theTransientIntegrator->revertToStart();
1621 }
1622
1623 return TCL_OK;
1624}
1625
1626int
1627initializeAnalysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 1

revertToStartMethod · 0.45

Tested by

no test coverage detected