- Timestamp:
- May 18, 2006, 1:06:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/documentation/code/RunParallelMerimbulaMetis.py
r2906 r2909 32 32 from os import sep 33 33 sys.path.append('..'+sep+'pyvolution') 34 sys.path.append('..'+sep+'parallel') 34 35 35 36 # Numeric arrays … … 48 49 49 50 from pmesh_divide import pmesh_divide_metis 50 from build_submesh import build_submesh , extract_hostmesh51 from build_submesh import build_submesh 51 52 from build_local import build_local_mesh 52 from build_commun import send_submesh, rec_submesh 53 from build_commun import send_submesh, rec_submesh, extract_hostmesh 53 54 54 55 … … 114 115 # Build the local mesh for processor 0 115 116 116 points, vertices, boundary, quantities, ghost_recv_dict, full_send_dict =\117 points, vertices, boundary, quantities, ghost_recv_dict, full_send_dict = \ 117 118 extract_hostmesh(submesh, triangles_per_proc) 118 119
Note: See TracChangeset
for help on using the changeset viewer.