Home | Trees | Indices | Help |
---|
|
1 """ 2 Class that implements the common functionality for restarting cases 3 """ 46 """ The class that restarts the case 7 """ 81610 self.ensureGeneralOptions() 11 self.generalOpts.add_option("--restart", 12 action="store_true", 13 default=False, 14 dest="restart", 15 help="Restart the simulation from the last time-step")
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 9 23:05:14 2010 | http://epydoc.sourceforge.net |