Changeset 3264
- Timestamp:
- Jun 30, 2006, 4:19:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/run_onslow.py
r3263 r3264 143 143 ''' 144 144 #new 145 region_res = 50000146 coast_res = 2500 0145 region_res = 25000 146 coast_res = 2500 147 147 onslow_res = 500 148 148 interior_regions = [[project.poly_onslow, onslow_res], … … 159 159 'bottom': [4], 'bottomright': [5], 160 160 'topright':[6]}, 161 'maximum_triangle_area': 250000,161 'maximum_triangle_area': 100000, 162 162 'filename': meshname, 163 163 'interior_regions': interior_regions},
Note: See TracChangeset
for help on using the changeset viewer.