Changeset 3655
- Timestamp:
- Sep 22, 2006, 2:53:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/show_balanced_limiters.py
r3654 r3655 37 37 domain.smooth = False 38 38 domain.visualise = False 39 domain.visualise = True39 #domain.visualise = True 40 40 domain.default_order = 2 41 domain.filename = ' test_of_pyvolution'41 domain.filename = 'show_balanced_limiters' 42 42 domain.store = True 43 43 domain.format = 'sww' #Native netcdf visualisation format … … 85 85 for t in domain.evolve(yieldstep = 0.1, finaltime = 30): 86 86 domain.write_time() 87 domain. boundary_stats(['stage'],'left')87 domain.write_boundary_statistics(['stage'],'left') 88 88 89 89 print 'Done'
Note: See TracChangeset
for help on using the changeset viewer.