Ignore:
Timestamp:
Dec 8, 2011, 12:53:58 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
76e019
Parents:
1610dc
Message:

Work on a red-black communication routine to half the communication amount.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1247 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_mpi.hpp

    r1610dc r97c25dd  
    6060  void CommFromGhosts(Grid& grid);
    6161  void CommToGhosts(Grid& grid);
     62  void CommToGhostsRB(Grid& grid, const int& offset);
    6263  void CommSubgrid(Grid& grid_old, Grid& grid_new);
    6364  void CommAddSubgrid(Grid& grid_old, Grid& grid_new);
Note: See TracChangeset for help on using the changeset viewer.