Changes between Version 3 and Version 4 of Things To Do


Ignore:
Timestamp:
01/24/10 16:46:01 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v3 v4  
    3838
    3939
     40== Examples ==
    4041
     42 * Diffusion
     43    * What does the distribution strategy do if the number of cells is less than the number of procs?  Does it necessarily place two consecutive cells on two consecutive procs?  If it does not, then how can the ghost cell exchange work?   The exchange routine assumes that the neighboring cells will be on neighboring procs.   Check this out.
     44
     45