]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add deal.ii as another option for abstract algebra
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Nov 2012 21:32:05 +0000 (21:32 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Nov 2012 21:32:05 +0000 (21:32 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27322 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_linear_algebra.h

index ff207a1b27835003ed2a7a906a2585fdd519ead6..d9e7e615ddba3ac163302a1e762a532305e53439 100644 (file)
 #include <deal.II/base/config.h>
 
 
+#include <deal.II/lac/vector.h>
+#include <deal.II/lac/block_vector.h>
+DEAL_II_NAMESPACE_OPEN
+
+namespace LinearAlgebraDealII
+{
+  typedef Vector<double> Vector;
+  typedef BlockVector<double> BlockVector;
+
+  typedef SparseMatrix<double> SparseMatrix;
+
+  
+  
+  
+}
+
+
+DEAL_II_NAMESPACE_CLOSE
+
+
 #ifdef DEAL_II_USE_PETSC
 
 #include <deal.II/lac/petsc_vector.h>

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.