From 742204a3f64c6ae44dc89b8e17ea6ed2e73093d3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 26 May 2013 15:40:11 +0000 Subject: [PATCH] add a missing compress in multigrid git-svn-id: https://svn.dealii.org/trunk@29608 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_transfer.templates.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/include/deal.II/multigrid/mg_transfer.templates.h b/deal.II/include/deal.II/multigrid/mg_transfer.templates.h index eac5bb03d7..a854e92e76 100644 --- a/deal.II/include/deal.II/multigrid/mg_transfer.templates.h +++ b/deal.II/include/deal.II/multigrid/mg_transfer.templates.h @@ -161,6 +161,8 @@ MGTransferPrebuilt::copy_to_mg ( i != copy_indices[level].end(); ++i) dst_level(i->second) = src(i->first); + dst_level.compress(VectorOperation::insert); + // For non-DG: degrees of // freedom in the refinement // face may need special -- 2.39.5