From: Wolfgang Bangerth Date: Thu, 5 May 2005 18:55:36 +0000 (+0000) Subject: Also synchronise writing into vectors. X-Git-Tag: v8.0.0~13906 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7597fec17f1222f593ed7031567129a19e4347d7;p=dealii.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(),