Changeset 5242 for anuga_core/source/anuga_parallel/parallel_meshes.py
- Timestamp:
- Apr 24, 2008, 7:30:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga_parallel/parallel_meshes.py
r3579 r5242 15 15 16 16 import sys 17 from Numeric import array, zeros, Float, Int 17 from Numeric import array, zeros, Float, Int, ones, sum 18 18 19 19 import pypar 20 20 21 21 from anuga.config import epsilon 22 23 24 22 25 23 26 … … 181 184 ghost_recv_dict[(processor+1)%numproc] = [Idgr, Idgr] 182 185 186 187 188 189 183 190 return points, elements, boundary, full_send_dict, ghost_recv_dict 184 191
Note: See TracChangeset
for help on using the changeset viewer.