Changeset 616
- Timestamp:
- Nov 24, 2004, 11:23:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/Analytical_solution_contracting_channel_import_mesh.py
r583 r616 37 37 print 'Number of triangles = ', len(domain) 38 38 39 domain.default_order = 239 domain.default_order = 1 40 40 domain.smooth = True 41 41 … … 43 43 domain.store = True #Store for visualisation purposes 44 44 domain.format = 'sww' #Native netcdf visualisation format 45 domain.filename = 'contracting_channel_ second-order'45 domain.filename = 'contracting_channel_first-order' 46 46 47 47 #Reduction operation for get_vertex_values … … 67 67 import time 68 68 t0 = time.time() 69 for t in domain.evolve(yieldstep = 0. 05, finaltime = 20):69 for t in domain.evolve(yieldstep = 0.1, finaltime = 50): 70 70 domain.write_time() 71 71
Note: See TracChangeset
for help on using the changeset viewer.