From 1072ed1dfbdd4cef70b49f0d41e539449567e442 Mon Sep 17 00:00:00 2001 From: cazamias Date: Thu, 17 Jan 2013 20:59:07 +0000 Subject: [PATCH] Add type def to LA git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@28109 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/abstract_linear_algebra.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/include/deal.II/lac/abstract_linear_algebra.h b/deal.II/include/deal.II/lac/abstract_linear_algebra.h index 575b7a0f0c..d4e43a05dc 100644 --- a/deal.II/include/deal.II/lac/abstract_linear_algebra.h +++ b/deal.II/include/deal.II/lac/abstract_linear_algebra.h @@ -131,6 +131,13 @@ namespace LinearAlgebraPETSc * for other blocks of the system matrix. */ typedef PETScWrappers::PreconditionILU PreconditionILU; + + /** + * Typedef for the Incomplete Jacobi decomposition preconditioner used + * for other blocks of the system matrix. + */ + typedef PETScWrappers::PreconditionJacobi PreconditionJacobi; + } } -- 2.39.5