Changeset 1709
- Timestamp:
- Aug 11, 2005, 3:39:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/validation/LWRU2/create_mesh.py
r1708 r1709 27 27 28 28 #Midway points (left) 29 point_ml1 = [xleft + (xright-xleft)/3 , ytop]30 point_ml2 = [xleft + (xright-xleft)/3 , ybottom]29 point_ml1 = [xleft + (xright-xleft)/3+1, ytop] 30 point_ml2 = [xleft + (xright-xleft)/3+1, ybottom] 31 31 32 32 #Midway points (right) 33 point_mr1 = [xleft + 2*(xright-xleft)/3 , ytop]34 point_mr2 = [xleft + 2*(xright-xleft)/3 , ybottom]33 point_mr1 = [xleft + 2*(xright-xleft)/3+0.5, ytop] 34 point_mr2 = [xleft + 2*(xright-xleft)/3+0.5, ybottom] 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.