Changeset 1705
- Timestamp:
- Aug 10, 2005, 5:46:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/validation/LWRU2/create_mesh.py
r1703 r1705 59 59 dict['segments'] = [[0,1], [1,2], [2,3], [3,4], 60 60 [4,5], [5,6], [6,7], [7,0], #The outer border 61 [2, 6], [3,7]] #Separators61 [2,7], [3,6]] #Separators 62 62 63 63 dict['segment_tags'] = ['wall', … … 84 84 mid.setMaxArea(0.001*base_resolution) 85 85 86 inner = m.addRegionEN(point_m l1[0]+1, ybottom+1)86 inner = m.addRegionEN(point_mr2[0]+1, ybottom+1) 87 87 inner.setMaxArea(0.00001*base_resolution) 88 88
Note: See TracChangeset
for help on using the changeset viewer.