Changeset 1610
- Timestamp:
- Jul 15, 2005, 12:21:04 PM (19 years ago)
- Location:
- inundation/ga/storm_surge/parallel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/parallel/parallel_shallow_water.py
r1607 r1610 151 151 152 152 153 153 154 154 155 155 #Broadcast minimal timestep to all -
inundation/ga/storm_surge/parallel/run_parallel_sw_rectangle.py
r1608 r1610 78 78 79 79 80 M = 5080 M = 100 81 81 N = M*numprocs 82 82 83 #N = M = 250 84 85 if myid == 0: 86 print 'N == %d' %N 83 87 84 88 points, vertices, boundary, full_send_dict, ghost_recv_dict = \ … … 90 94 full_send_dict = full_send_dict, 91 95 ghost_recv_dict = ghost_recv_dict) 96 97 print 'number of triangles = ', domain.number_of_elements 92 98 93 99
Note: See TracChangeset
for help on using the changeset viewer.