From: cazamias Date: Thu, 17 Jan 2013 20:59:07 +0000 (+0000) Subject: Add type def to LA X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15e37af26788ddce4a6008be28ea2c214d2932f;p=dealii-svn.git Add type def to LA git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@28109 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; + } }