- Timestamp:
- Jul 5, 2005, 6:00:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/parallel/run_parallel_sw_merimbula.py
r1582 r1583 102 102 103 103 # domain_full.set_quantity('stage', Set_Stage(200.0,300.0,1.0)) 104 domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0, 1.0))104 domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0,2.0)) 105 105 106 106 nodes, triangles, boundary, triangles_per_proc, quantities = \ 107 107 pmesh_divide(domain_full, nx, ny) 108 108 109 109 rect = array(domain_full.xy_extent, Float) 110 110 111 111 submesh = build_submesh(nodes, triangles, boundary,\ 112 112 quantities, triangles_per_proc) 113 113 114 114 # send the mesh partition to the appropriate processor 115 115 … … 145 145 ghost_recv_dict = ghost_recv_dict) 146 146 147 domain.initialise_visualiser(rect=rect,scale_z =0.25) 147 domain.initialise_visualiser(rect=rect,scale_z =0.1) 148 domain.visualise_color_stage = True 148 149 domain.default_order = 1 149 150 … … 163 164 t0 = time.time() 164 165 domain.visualise = True 165 yieldstep = 0.1166 yieldstep = 10.0 166 167 finaltime = 1000.0 167 168
Note: See TracChangeset
for help on using the changeset viewer.