From: heister Date: Fri, 2 Nov 2012 21:32:05 +0000 (+0000) Subject: add deal.ii as another option for abstract algebra X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409a05da40f5a2e66b603402560300224b646839;p=dealii-svn.git add deal.ii as another option for abstract algebra git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27322 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/parallel_linear_algebra.h b/deal.II/include/deal.II/lac/parallel_linear_algebra.h index ff207a1b27..d9e7e615dd 100644 --- a/deal.II/include/deal.II/lac/parallel_linear_algebra.h +++ b/deal.II/include/deal.II/lac/parallel_linear_algebra.h @@ -15,6 +15,26 @@ #include +#include +#include +DEAL_II_NAMESPACE_OPEN + +namespace LinearAlgebraDealII +{ + typedef Vector Vector; + typedef BlockVector BlockVector; + + typedef SparseMatrix SparseMatrix; + + + + +} + + +DEAL_II_NAMESPACE_CLOSE + + #ifdef DEAL_II_USE_PETSC #include