]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add typedefs for tests
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Jun 2013 21:46:13 +0000 (21:46 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Jun 2013 21:46:13 +0000 (21:46 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29788 0785d39b-7218-0410-832d-ea1e28bc413d

tests/gla/gla.h

index 512eaf8d0319b8eb0cb2bdfeebc726705eccb057..d071575836e821bf6664bb80fbea3d135e354a41 100644 (file)
@@ -9,6 +9,7 @@ class LA_PETSc
       public:
        typedef LinearAlgebraPETSc::MPI::Vector Vector;
        typedef LinearAlgebraPETSc::MPI::SparseMatrix SparseMatrix;
+       typedef LinearAlgebraPETSc::MPI::BlockVector BlockVector;
        typedef LinearAlgebraPETSc::MPI::BlockSparseMatrix BlockSparseMatrix;
     };
 };
@@ -21,6 +22,7 @@ class LA_Trilinos
       public:
        typedef LinearAlgebraTrilinos::MPI::Vector Vector;
        typedef LinearAlgebraTrilinos::MPI::SparseMatrix SparseMatrix;
+       typedef LinearAlgebraTrilinos::MPI::BlockVector BlockVector;
        typedef LinearAlgebraTrilinos::MPI::BlockSparseMatrix BlockSparseMatrix;
     };
 };

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.