Changeset 9247 for trunk/anuga_core/validation_tests/analytical_exact
- Timestamp:
- Jul 5, 2014, 2:52:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/analytical_exact/dam_break_wet/numerical_dam_break_wet.py
r9241 r9247 89 89 domain.set_boundary({'left': Bt, 'right': Bt, 'top': Br, 'bottom': Br}) 90 90 91 91 #------------------------------------------------------------------------------ 92 # Produce a documentation of parameters 93 #------------------------------------------------------------------------------ 92 94 if myid == 0: 93 #------------------------------------------------------------------------------94 # Produce a documentation of parameters95 #------------------------------------------------------------------------------96 97 95 parameter_file=open('parameters.tex', 'w') 98 96 parameter_file.write('\\begin{verbatim}\n') … … 107 105 #=================================================================================== 108 106 for t in domain.evolve(yieldstep = 0.5, finaltime = 50.): 109 if myid == 0 :107 if myid == 0 and verbose: 110 108 print domain.timestepping_statistics() 111 109
Note: See TracChangeset
for help on using the changeset viewer.