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_serial.cpp

    r1610dc r97c25dd  
    156156  mesh.IsConsistent();
    157157#endif
     158}
     159
     160void CommSerial::CommToGhostsRB(Grid& grid, const int& offset)
     161{
     162  CommToGhosts(grid);
    158163}
    159164
Note: See TracChangeset for help on using the changeset viewer.