]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Extended abstract_linear_algebra to work with more Trilinos objects
authorcazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 16:21:27 +0000 (16:21 +0000)
committercazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 16:21:27 +0000 (16:21 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27698 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/abstract_linear_algebra.h

index ea095e54437e5412af96958509e45e86de76d966..ecea2cd7e8a7796fcbe11da3f4caffcbdb231c7e 100644 (file)
@@ -176,6 +176,8 @@ namespace LinearAlgebraTrilinos
      */
     typedef TrilinosWrappers::BlockSparseMatrix BlockSparseMatrix;
 
+    typedef TrilinosWrappers::BlockSparsityPattern CompressedBlockSparsityPattern;
+
     /**
      * Typedef for the AMG preconditioner type used for the
      * top left block of the Stokes matrix.
@@ -193,6 +195,12 @@ namespace LinearAlgebraTrilinos
      * for other blocks of the system matrix.
      */
     typedef TrilinosWrappers::PreconditionILU PreconditionILU;
+    
+    /**
+     * Typedef for the Incomplete Jacobi decomposition preconditioner used
+     * for other blocks of the system matrix.
+     */
+    typedef TrilinosWrappers::PreconditionJacobi PreconditionJacobi;
   }
 
 }

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.