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/smoother/gsrb.cpp

    r1610dc r97c25dd  
    4545      for (i.Z()=rhs.Local().Begin().Z() + ((i.X()+i.Y()+off+1) % 2); i.Z()<rhs.Local().End().Z(); i.Z()+=2) {
    4646
    47         temp = prefactor_inv * rhs.GetCorrectedVal(i);
     47        temp = prefactor_inv * rhs.GetVal(i);
    4848
    4949        for (Stencil::iterator iter=A.begin(); iter!=A.end(); ++iter)
     
    6464      for (i.Z()=rhs.Local().Begin().Z() + ((i.X()+i.Y()+off) % 2); i.Z()<rhs.Local().End().Z(); i.Z()+=2) {
    6565
    66         temp = prefactor_inv * rhs.GetCorrectedVal(i);
     66        temp = prefactor_inv * rhs.GetVal(i);
    6767
    6868        for (Stencil::iterator iter=A.begin(); iter!=A.end(); ++iter)
Note: See TracChangeset for help on using the changeset viewer.