Changeset 1438
- Timestamp:
- May 20, 2005, 10:48:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/Hobart/run_hobart_buildings.py
r1419 r1438 33 33 filename = 'hobart_mesh.tsh' 34 34 filename = 'building_boundary_Hobart_58868_triangles12May2005_bathymetry_0.1.tsh' 35 yieldstep = 1035 yieldstep = 0.1 36 36 finaltime = 2000 37 37 … … 93 93 for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime): 94 94 domain.write_time() 95 #domain.visualiser.update_quantity_color('friction',(1.0,0.0,0.0))95 domain.visualiser.update_quantity_color('friction',(1.0,0.0,0.0)) 96 96 97 97 print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.