Changeset 2094


Ignore:
Timestamp:
Nov 29, 2005, 4:07:00 PM (19 years ago)
Author:
linda
Message:

nomsg

Location:
inundation/parallel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/build_commun.py

    r2090 r2094  
    1212#
    1313#  Author: Linda Stals, June 2005
     14#  Modified: Linda Stals, Nov 2005 (optimise python code)
    1415#
    1516#
     
    99100    pypar.send(submesh["ghost_triangles"][p], p, use_buffer=True)
    100101
    101     # send the boundary (is it quicker to send as an array?)
     102    # send the boundary
    102103
    103104    bc = []
  • inundation/parallel/build_submesh.py

    r2091 r2094  
    485485def extract_hostmesh(submesh):
    486486
    487     submesh_cell = {}
     487    submesh_cell = {}]
    488488    submesh_cell["full_nodes"] = submesh["full_nodes"][0]
    489489    submesh_cell["ghost_nodes"] = submesh["ghost_nodes"][0]
Note: See TracChangeset for help on using the changeset viewer.