Changeset 320


Ignore:
Timestamp:
Sep 17, 2004, 5:40:30 PM (21 years ago)
Author:
ole
Message:
 
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  
    1717
    1818print 'Creating domain'
    19 points, triangles, values = from_polyfile('cornell_room_medres')
     19#points, triangles, values = from_polyfile('cornell_room_medres')
     20points, triangles, values = from_polyfile('hires2')
    2021
    2122
  • inundation/ga/storm_surge/pyvolution/mesh.py

    r317 r320  
    5151    """
    5252
    53     #FIXME: Rename coordinates to points (as in a poly file)
     53    #FIXME: Maybe rename coordinates to points (as in a poly file)
    5454    #But keep 'vertex_coordinates'
     55
     56    #FIXME: Put in check for angles less than a set minimum
    5557   
    5658    def __init__(self, coordinates, triangles, boundary = None):
Note: See TracChangeset for help on using the changeset viewer.