]> https://gitweb.dealii.org/ - dealii.git/commitdiff
change typedefs
authorTimo Heister <timo.heister@gmail.com>
Wed, 5 Jun 2013 19:15:25 +0000 (19:15 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 5 Jun 2013 19:15:25 +0000 (19:15 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29766 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/generic_linear_algebra.h

index 4efa3b7f8d369646cd02c7916efe285de5b8e4db..085c67a79ec7396667d1dd86aae21d14f360dde4 100644 (file)
@@ -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;
+
   }
 
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.