Changeset 894a5f for src/smoother/gs.cpp
- Timestamp:
- Feb 2, 2012, 1:58:12 PM (14 years ago)
- Children:
- 32ff22
- Parents:
- 01be70
- File:
-
- 1 edited
-
src/smoother/gs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gs.cpp
r01be70 r894a5f 16 16 #include "base/discretization.hpp" 17 17 #include "base/stencil.hpp" 18 #include "comm/comm.hpp" 18 19 #include "grid/multigrid.hpp" 19 20 #include "smoother/gs.hpp" … … 38 39 const vmg_float diag_inv = 1.0 / A.GetDiag(); 39 40 41 MG::GetComm()->CommToGhosts(sol); 42 40 43 for (grid_iter = rhs.Iterators().Local().Begin(); grid_iter != rhs.Iterators().Local().End(); ++grid_iter) { 41 44
Note:
See TracChangeset
for help on using the changeset viewer.
