]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't need to compress vectors when running in serial.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Sep 2008 14:08:15 +0000 (14:08 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Sep 2008 14:08:15 +0000 (14:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@16836 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/step-31.cc

index 4b10b0617f2bc184deb08f2f2f7e28138c70bcf5..818bf64b99e1b1743597785b4e6bef40e5847bb2 100644 (file)
@@ -1455,8 +1455,6 @@ void BoussinesqFlowProblem<dim>::assemble_stokes_system ()
                                                     local_dof_indices,
                                                     stokes_rhs);
     }
-  stokes_matrix.compress();
-  stokes_rhs.compress();
 
   rebuild_stokes_matrix = false;
 

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.