Changeset 3834
- Timestamp:
- Oct 23, 2006, 11:24:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga_parallel/parallel_shallow_water.py
r3586 r3834 213 213 #print 'Send',i,q 214 214 Q_cv = self.quantities[q].centroid_values 215 Xout[:,i] = take(Q_cv, 215 Xout[:,i] = take(Q_cv, Idf) 216 216 217 217 pypar.send(Xout, send_proc, … … 231 231 #print 'Receive',i,q 232 232 Q_cv = self.quantities[q].centroid_values 233 put(Q_cv, 233 put(Q_cv, Idg, X[:,i]) 234 234 235 235 #local update of ghost cells
Note: See TracChangeset
for help on using the changeset viewer.