From: Timo Heister Date: Wed, 23 Oct 2013 15:18:12 +0000 (+0000) Subject: add typedef X-Git-Tag: v8.1.0~533 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc5d8b21dc21a2ebc9b1836c9b0dad111479d0e;p=dealii.git add typedef git-svn-id: https://svn.dealii.org/trunk@31401 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 765337da13..03baf18c74 100644 --- a/deal.II/include/deal.II/lac/generic_linear_algebra.h +++ b/deal.II/include/deal.II/lac/generic_linear_algebra.h @@ -65,7 +65,7 @@ namespace LinearAlgebraPETSc typedef PETScWrappers::SparseMatrix SparseMatrix; typedef PETScWrappers::SolverCG SolverCG; - + typedef PETScWrappers::SolverGMRES SolverGMRES; namespace MPI { @@ -146,6 +146,7 @@ namespace LinearAlgebraTrilinos typedef TrilinosWrappers::Vector Vector; typedef TrilinosWrappers::SolverCG SolverCG; + typedef TrilinosWrappers::SolverGMRES SolverGMRES; namespace MPI {