]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
added instantiations for parallel::distributed::Vectors
authorsteigemann <steigemann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 15:21:56 +0000 (15:21 +0000)
committersteigemann <steigemann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 15:21:56 +0000 (15:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@25728 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/solver.cc

index 57cd434a5d7dda5158c93bd44c05599153175ef2..6b9f042fcc33f11aa4db1230494cda7620e410c4 100644 (file)
@@ -18,6 +18,8 @@
 #include <deal.II/lac/petsc_vector.h>
 #include <deal.II/lac/petsc_block_vector.h>
 
+#include <deal.II/lac/parallel_vector.h>
+
 DEAL_II_NAMESPACE_OPEN
 
 
@@ -26,9 +28,11 @@ DEAL_II_NAMESPACE_OPEN
 
 template class Solver<Vector<double> >;
 template class Solver<BlockVector<double> >;
+template class Solver<parallel::distributed::Vector<double> >;
 
 template class Solver<Vector<float> >;
 template class Solver<BlockVector<float> >;
+template class Solver<parallel::distributed::Vector<float> >;
 
 #ifdef DEAL_II_USE_PETSC
 template class Solver<PETScWrappers::Vector>;

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.