Changeset 3758
- Timestamp:
- Oct 11, 2006, 5:14:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/run_okushiri.py
r3743 r3758 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_old_limiters_ order=2')41 domain.set_name('okushiri_old_limiters_smooth=0.03_maxA=0.00001') 42 42 domain.set_default_order(2) 43 43 domain.set_minimum_storable_height(0.001) … … 62 62 domain.set_quantity('elevation', 63 63 filename=project.bathymetry_filename[:-4] + '.pts', 64 alpha=0.02, 64 #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution) 65 alpha=0.03, 65 66 verbose=True, 66 67 use_cache=True)
Note: See TracChangeset
for help on using the changeset viewer.