Changeset 3743 for anuga_validation/okushiri_2005/create_okushiri.py
- Timestamp:
- Oct 11, 2006, 12:21:22 PM (17 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.