Ignore:
Timestamp:
Apr 24, 2008, 7:30:33 PM (17 years ago)
Author:
steve
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga_parallel/parallel_meshes.py

    r3579 r5242  
    1515
    1616import sys
    17 from Numeric import array, zeros, Float, Int
     17from Numeric import array, zeros, Float, Int, ones, sum
    1818
    1919import pypar
    2020
    2121from anuga.config import epsilon
     22
     23
     24
    2225
    2326
     
    181184        ghost_recv_dict[(processor+1)%numproc] = [Idgr, Idgr]
    182185
     186
     187
     188       
     189   
    183190    return  points, elements, boundary, full_send_dict, ghost_recv_dict
    184191
Note: See TracChangeset for help on using the changeset viewer.