]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing instantiations for Trilinos vectors.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Aug 2008 21:14:02 +0000 (21:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Aug 2008 21:14:02 +0000 (21:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@16670 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/error_estimator.cc

index 119f06d71094230e20bce3ccc7af7b09686731c6..89ec089838a135e87c5d35278a93fb7dfffd45f7 100644 (file)
@@ -19,6 +19,8 @@
 #include <lac/block_vector.h>
 #include <lac/petsc_vector.h>
 #include <lac/petsc_block_vector.h>
+#include <lac/trilinos_vector.h>
+#include <lac/trilinos_block_vector.h>
 #include <grid/tria_iterator.h>
 #include <base/geometry_info.h>
 #include <dofs/dof_handler.h>
@@ -1667,6 +1669,14 @@ INSTANTIATE(PETScWrappers::Vector,hp::DoFHandler<deal_II_dimension>);
 INSTANTIATE(PETScWrappers::BlockVector,hp::DoFHandler<deal_II_dimension>);
 #endif
 
+#ifdef DEAL_II_USE_TRILINOS
+INSTANTIATE(TrilinosWrappers::Vector,DoFHandler<deal_II_dimension>);
+INSTANTIATE(TrilinosWrappers::BlockVector,DoFHandler<deal_II_dimension>);
+
+INSTANTIATE(TrilinosWrappers::Vector,hp::DoFHandler<deal_II_dimension>);
+INSTANTIATE(TrilinosWrappers::BlockVector,hp::DoFHandler<deal_II_dimension>);
+#endif
+
 #undef INSTANTIATE
 #undef INSTANTIATE_1
 

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.