Changeset 3743
- Timestamp:
- Oct 11, 2006, 12:21:22 PM (18 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3647 r3743 1 1 """Create mesh and time boundary for the Okushiri island validation 2 2 """ 3 4 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5 # Assume that the root AnuGA dir is included in your pythonpath6 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7 3 8 4 from Numeric import array, zeros, Float, allclose … … 204 200 205 201 gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1) 206 gulleys.setMaxArea(0.00002*base_resolution) 202 #gulleys.setMaxArea(0.00002*base_resolution) 203 gulleys.setMaxArea(0.00001*base_resolution) 207 204 208 205 -
anuga_validation/okushiri_2005/run_okushiri.py
r3716 r3743 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_old_limiters ')41 domain.set_name('okushiri_old_limiters_order=2') 42 42 domain.set_default_order(2) 43 43 domain.set_minimum_storable_height(0.001)
Note: See TracChangeset
for help on using the changeset viewer.