Changeset dc7dc9 for src/smoother/gsrb_poisson_2.cpp
- Timestamp:
- Apr 15, 2013, 1:45:14 PM (13 years ago)
- Children:
- e58835d
- Parents:
- 0174593
- File:
-
- 1 edited
-
src/smoother/gsrb_poisson_2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gsrb_poisson_2.cpp
r0174593 rdc7dc9 64 64 { 65 65 const vmg_float prefactor_inv = Helper::pow_2(sol.Extent().MeshWidth().Max()) / 6.0; 66 const int off = rhs.Global().LocalBegin().Sum() - rhs. Local().HaloSize1().Sum();66 const int off = rhs.Global().LocalBegin().Sum() - rhs.Global().GlobalBegin().Sum() + rhs.Local().HaloSize1().Sum(); 67 67 const LocalIndices& local = rhs.Local(); 68 68 Comm& comm = *MG::GetComm();
Note:
See TracChangeset
for help on using the changeset viewer.
