Changeset 8498
- Timestamp:
- Aug 7, 2012, 3:31:47 PM (13 years ago)
- Location:
- trunk/anuga_core/source/anuga_parallel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/parallel_generic_communications.py
r8497 r8498 1 1 """ 2 Generic implementation of update_timestep , update_ghosts and set_name for2 Generic implementation of update_timestep and update_ghosts for 3 3 parallel domains (eg shallow_water or advection) 4 4 -
trunk/anuga_core/source/anuga_parallel/parallel_shallow_water.py
r8496 r8498 117 117 118 118 def update_ghosts(self): 119 120 # We must send the information from the full cells and121 # receive the information for the ghost cells119 """We must send the information from the full cells and 120 receive the information for the ghost cells 121 """ 122 122 123 123 … … 131 131 # PETE: Make sure that there are no deadlocks here 132 132 133 self.update_ghosts()133 #self.update_ghosts() 134 134 135 135
Note: See TracChangeset
for help on using the changeset viewer.