Skip to content
Snippets Groups Projects
Commit 0ce669ec authored by Markus Blatt's avatar Markus Blatt
Browse files

Project restricted defect as the smoother needs this.

[[Imported from SVN: r543]]
parent f1ff0719
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment