Changeset 3782 for anuga_validation/okushiri_2005/run_okushiri.py
- Timestamp:
- Oct 13, 2006, 4:29:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/run_okushiri.py
r3758 r3782 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_old_limiters_smooth=0.0 3_maxA=0.00001')41 domain.set_name('okushiri_old_limiters_smooth=0.01_maxA_as2005') 42 42 domain.set_default_order(2) 43 43 domain.set_minimum_storable_height(0.001) 44 #domain.set_minimum_storable_height(0.0001) 44 45 45 46 # Set old (pre Sep 2006) defaults for limiters … … 63 64 filename=project.bathymetry_filename[:-4] + '.pts', 64 65 #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution) 65 alpha=0.0 3,66 alpha=0.01, 66 67 verbose=True, 67 68 use_cache=True)
Note: See TracChangeset
for help on using the changeset viewer.