From: Timo Heister Date: Wed, 5 Jun 2013 19:15:25 +0000 (+0000) Subject: change typedefs X-Git-Tag: v8.0.0~120^2~45 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7bfd8d4b629aa43eee78e6130c3605061b99a9;p=dealii.git change typedefs git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29766 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/generic_linear_algebra.h b/deal.II/include/deal.II/lac/generic_linear_algebra.h index 4efa3b7f8d..085c67a79e 100644 --- a/deal.II/include/deal.II/lac/generic_linear_algebra.h +++ b/deal.II/include/deal.II/lac/generic_linear_algebra.h @@ -86,6 +86,8 @@ namespace LinearAlgebraPETSc typedef PETScWrappers::SparseMatrix SparseMatrix; typedef PETScWrappers::PreconditionSSOR PreconditionSSOR; + typedef PETScWrappers::SolverCG SolverCG; + namespace MPI { @@ -164,6 +166,8 @@ namespace LinearAlgebraTrilinos typedef TrilinosWrappers::Vector Vector; + typedef TrilinosWrappers::SolverCG SolverCG; + namespace MPI { @@ -215,7 +219,7 @@ namespace LinearAlgebraTrilinos */ typedef TrilinosWrappers::PreconditionJacobi PreconditionJacobi; - typedef TrilinosWrappers::SolverCG SolverCG; + } }