From: wolf Date: Thu, 5 May 2005 18:55:36 +0000 (+0000) Subject: Also synchronise writing into vectors. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1368b715ff937d28193815aa2b3435ea3dfb01;p=dealii-svn.git Also synchronise writing into vectors. git-svn-id: https://svn.dealii.org/trunk@10649 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc index eafd20c890..749d09f25e 100644 --- a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc @@ -637,6 +637,8 @@ namespace PETScWrappers // in the other functions. { matrix.compress (); + right_hand_side.compress (); + solution.compress (); std::map::const_iterator dof = boundary_values.begin(),