Changeset 1422
- Timestamp:
- May 18, 2005, 4:49:35 PM (19 years ago)
- Location:
- inundation/ga/storm_surge/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/pmesh2domain.py
r1183 r1422 72 72 vertex_coordinates = mesh_dict['vertices'] 73 73 volumes = mesh_dict['triangles'] 74 75 74 vertex_quantity_dict = {} 76 75 point_atts = transpose(mesh_dict['vertex_attributes']) -
inundation/ga/storm_surge/pyvolution/test_pmesh2domain.py
r1183 r1422 67 67 0 # <x> <y> ...Mesh Holes... \n \ 68 68 0 # <x> <y> <attribute>...Mesh Regions... \n \ 69 0 # <x> <y> <attribute>...Mesh Regions, area... \n 70 # 69 0 # <x> <y> <attribute>...Mesh Regions, area... \n\ 70 #Geo reference \n \ 71 71 56 \n \ 72 72 140 \n \ … … 120 120 "test_pmesh2Domain Too many boundaries") 121 121 #FIXME change to use get_xllcorner 122 #print "d.geo_reference.xllcorner",domain.geo_reference.xllcorner 122 123 self.failUnless(domain.geo_reference.xllcorner == 140.0, 123 124 "bad geo_referece")
Note: See TracChangeset
for help on using the changeset viewer.