Ignore:
Timestamp:
May 18, 2006, 1:06:32 PM (19 years ago)
Author:
linda
Message:

The parallel listed in the documentation is stored in the documentation/code directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/documentation/code/RunParallelMerimbulaMetis.py

    r2906 r2909  
    3232from os import sep
    3333sys.path.append('..'+sep+'pyvolution')
     34sys.path.append('..'+sep+'parallel')
    3435
    3536# Numeric arrays
     
    4849
    4950from pmesh_divide  import pmesh_divide_metis
    50 from build_submesh import build_submesh, extract_hostmesh
     51from build_submesh import build_submesh
    5152from build_local   import build_local_mesh
    52 from build_commun  import send_submesh, rec_submesh
     53from build_commun  import send_submesh, rec_submesh, extract_hostmesh
    5354
    5455
     
    114115    # Build the local mesh for processor 0
    115116
    116      points, vertices, boundary, quantities, ghost_recv_dict, full_send_dict =\
     117    points, vertices, boundary, quantities, ghost_recv_dict, full_send_dict = \
    117118             extract_hostmesh(submesh, triangles_per_proc)
    118119
Note: See TracChangeset for help on using the changeset viewer.