Changeset 9e3e0a
- Timestamp:
- Apr 19, 2013, 8:39:37 PM (13 years ago)
- Children:
- 6f7f90
- Parents:
- 540c9f8
- File:
-
- 1 edited
-
src/smoother/gsrb.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gsrb.cpp
r540c9f8 r9e3e0a 82 82 const vmg_float prefactor_inv = 1.0 / MG::GetDiscretization()->OperatorPrefactor(sol); 83 83 const vmg_float diag_inv = 1.0 / mat.GetDiag(); 84 const int off = rhs.Global().LocalBegin().Sum() - rhs.Global().GlobalBegin().Sum() -rhs.Local().HaloSize1().Sum();84 const int off = rhs.Global().LocalBegin().Sum() - rhs.Global().GlobalBegin().Sum() + rhs.Local().HaloSize1().Sum(); 85 85 const LocalIndices& local = rhs.Local(); 86 86 Comm& comm = *MG::GetComm();
Note:
See TracChangeset
for help on using the changeset viewer.
