- Timestamp:
- Aug 7, 2012, 10:46:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/distribute_mesh.py
r8281 r8496 26 26 27 27 from anuga.abstract_2d_finite_volumes.neighbour_mesh import Mesh 28 from anuga import indent 29 28 30 29 31 ######################################################### … … 1149 1151 submesh_cell = {} 1150 1152 1151 if verbose: print 'process %d receiving submesh from process%d' %(myid, p)1153 if verbose: print indent+'P%d: Receiving submesh from P%d' %(myid, p) 1152 1154 1153 1155 # receive the tagmap for the boundary conditions
Note: See TracChangeset
for help on using the changeset viewer.