| 1612 | } |
| 1613 | |
| 1614 | int |
| 1615 | resetModel(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 | |
| 1626 | int |
| 1627 | initializeAnalysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
nothing calls this directly
no test coverage detected