Changeset 3200 for inundation/parallel/test_parallel_sw.py
- Timestamp:
- Jun 22, 2006, 1:57:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/test_parallel_sw.py
r2850 r3200 30 30 from print_stats import print_test_stats, build_full_flag 31 31 from pmesh_divide import pmesh_divide_metis 32 from build_submesh import build_submesh , extract_hostmesh32 from build_submesh import build_submesh 33 33 from build_local import build_local_mesh 34 from build_commun import send_submesh, rec_submesh 34 from build_commun import send_submesh, rec_submesh, extract_hostmesh 35 35 36 36 class Set_Stage: … … 76 76 send_submesh(submesh, triangles_per_proc, p) 77 77 78 hostmesh = extract_hostmesh(submesh)79 78 points, vertices, boundary, quantities, ghost_recv_dict, full_send_dict = \ 80 build_local_mesh(hostmesh, 0, triangles_per_proc[0], numprocs)79 extract_hostmesh(submesh, triangles_per_proc) 81 80 82 81 else:
Note: See TracChangeset
for help on using the changeset viewer.