Changeset 8180d8 for src/smoother
- Timestamp:
- Apr 5, 2013, 12:39:30 PM (13 years ago)
- Children:
- 4a709e
- Parents:
- f57182
- File:
-
- 1 edited
-
src/smoother/gsrb.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gsrb.cpp
rf57182 r8180d8 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. 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.
