Changeset 320
- Timestamp:
- Sep 17, 2004, 5:40:30 PM (21 years ago)
- Location:
- inundation/ga/storm_surge/pyvolution
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/cornell_room.py
r319 r320 17 17 18 18 print 'Creating domain' 19 points, triangles, values = from_polyfile('cornell_room_medres') 19 #points, triangles, values = from_polyfile('cornell_room_medres') 20 points, triangles, values = from_polyfile('hires2') 20 21 21 22 -
inundation/ga/storm_surge/pyvolution/mesh.py
r317 r320 51 51 """ 52 52 53 #FIXME: Rename coordinates to points (as in a poly file)53 #FIXME: Maybe rename coordinates to points (as in a poly file) 54 54 #But keep 'vertex_coordinates' 55 56 #FIXME: Put in check for angles less than a set minimum 55 57 56 58 def __init__(self, coordinates, triangles, boundary = None):
Note: See TracChangeset
for help on using the changeset viewer.