From 4a8623f49d949e25c102d8d76c93ffab95a82c8b Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 23 Oct 2013 15:18:12 +0000 Subject: [PATCH] add typedef git-svn-id: https://svn.dealii.org/trunk@31401 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/generic_linear_algebra.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.5