]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
In the parallel case, compress matrix.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:35:43 +0000 (15:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:35:43 +0000 (15:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@10623 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.all_dimensions.cc

index 09d76f324f0a4f47968af319aa13dc20b6708134..eafd20c890ecf77044158b2b092efcadfd2cb6d7 100644 (file)
@@ -694,6 +694,9 @@ apply_boundary_values (const std::map<unsigned int,double> &boundary_values,
                                    // used for both petsc matrix types
   PETScWrappers::apply_boundary_values (boundary_values, matrix, solution,
                                         right_hand_side, preserve_symmetry);
+
+                                  // compress the matrix once we're done
+  matrix.compress ();  
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.