From 70d3ab5e078236dca316548b675e0c932023b87f Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 30 Aug 2011 14:43:11 +0000 Subject: [PATCH] fixed ConstraintMatrix::distribute() when a CPU has no own DoFs git-svn-id: https://svn.dealii.org/trunk@24214 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/lac/constraint_matrix.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/deal.II/source/lac/constraint_matrix.cc b/deal.II/source/lac/constraint_matrix.cc index 5f9eb71580..cd6872efe3 100644 --- a/deal.II/source/lac/constraint_matrix.cc +++ b/deal.II/source/lac/constraint_matrix.cc @@ -2092,9 +2092,6 @@ ConstraintMatrix::distribute (PETScWrappers::MPI::Vector &vec) const vec(it->line) = new_value; } - // force every processor to write something - vec(local_range.first) = vec(local_range.first); - vec.compress (); } -- 2.39.5