From 0ce669ec770f642f7d40d2e144d608f7f8cbc6fb Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Mon, 27 Mar 2006 21:36:52 +0000 Subject: [PATCH] Project restricted defect as the smoother needs this. [[Imported from SVN: r543]] --- istl/paamg/transfer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istl/paamg/transfer.hh b/istl/paamg/transfer.hh index bccd59ac5..c4ca79124 100644 --- a/istl/paamg/transfer.hh +++ b/istl/paamg/transfer.hh @@ -144,7 +144,7 @@ namespace Dune OwnerOverlapCopyCommunication<T1,T2>& comm) { Transfer<V,BlockVector<B>,SequentialInformation>::restrict (aggregates, coarse, fine, SequentialInformation()); - comm.copyOwnerToAll(coarse, coarse); + comm.project(coarse); } /** @} */ } // namspace Amg -- GitLab