Changeset 894a5f for src/smoother/gs.cpp


Ignore:
Timestamp:
Feb 2, 2012, 1:58:12 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
32ff22
Parents:
01be70
Message:

Parallel performance update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1314 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/smoother/gs.cpp

    r01be70 r894a5f  
    1616#include "base/discretization.hpp"
    1717#include "base/stencil.hpp"
     18#include "comm/comm.hpp"
    1819#include "grid/multigrid.hpp"
    1920#include "smoother/gs.hpp"
     
    3839  const vmg_float diag_inv = 1.0 / A.GetDiag();
    3940
     41  MG::GetComm()->CommToGhosts(sol);
     42
    4043  for (grid_iter = rhs.Iterators().Local().Begin(); grid_iter != rhs.Iterators().Local().End(); ++grid_iter) {
    4144
Note: See TracChangeset for help on using the changeset viewer.