Changeset 2654 for inundation/parallel/run_parallel_sw_rectangle.py
- Timestamp:
- Apr 4, 2006, 10:15:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/run_parallel_sw_rectangle.py
r2625 r2654 25 25 # pmesh 26 26 27 #from shallow_water import Domain 27 from print_stats import print_test_stats, build_full_flag 28 28 29 29 from shallow_water import Domain … … 57 57 full_send_dict = full_send_dict, 58 58 ghost_recv_dict = ghost_recv_dict) 59 60 # Make a notes of which triangles are full and which are ghost 61 62 tri_full_flag = build_full_flag(domain, ghost_recv_dict) 59 63 60 64 print 'number of triangles = ', domain.number_of_elements … … 112 116 if myid == 0: 113 117 domain.write_time() 118 print_test_stats(domain, tri_full_flag) 114 119 115 120 if myid == 0:
Note: See TracChangeset
for help on using the changeset viewer.