]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed a call to MaTCompress (matrix); This function was never implemented in PETSc...
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jan 2010 10:46:09 +0000 (10:46 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jan 2010 10:46:09 +0000 (10:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@20357 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_matrix_base.cc

index e40a96fc2c7d2eadc364678d3d087bc0a553e825..868e7261b012631928c4f9aaf0659df8a7953145 100644 (file)
@@ -252,10 +252,6 @@ namespace PETScWrappers
     AssertThrow (ierr == 0, ExcPETScError(ierr));
 
     ierr = MatAssemblyEnd (matrix,MAT_FINAL_ASSEMBLY);
-    AssertThrow (ierr == 0, ExcPETScError(ierr));
-
-                                     // try to compress the representation
-    ierr = MatCompress (matrix);
     AssertThrow (ierr == 0, ExcPETScError(ierr));
   }
 

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.