Changeset 616


Ignore:
Timestamp:
Nov 24, 2004, 11:23:02 AM (20 years ago)
Author:
chris
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/analytical solutions/Analytical_solution_contracting_channel_import_mesh.py

    r583 r616  
    3737print 'Number of triangles = ', len(domain)
    3838
    39 domain.default_order = 2
     39domain.default_order = 1
    4040domain.smooth = True
    4141
     
    4343domain.store = True     #Store for visualisation purposes
    4444domain.format = 'sww'   #Native netcdf visualisation format
    45 domain.filename = 'contracting_channel_second-order'
     45domain.filename = 'contracting_channel_first-order'
    4646
    4747#Reduction operation for get_vertex_values             
     
    6767import time
    6868t0 = time.time()
    69 for t in domain.evolve(yieldstep = 0.05, finaltime = 20):
     69for t in domain.evolve(yieldstep = 0.1, finaltime = 50):
    7070    domain.write_time()
    7171   
Note: See TracChangeset for help on using the changeset viewer.