]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate class for other vector types.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 25 Jun 2016 06:26:00 +0000 (01:26 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Jun 2016 23:27:50 +0000 (18:27 -0500)
source/fe/mapping_fe_field.cc
source/fe/mapping_fe_field.inst.in

index 39d5b65def52c03f0fb2749b277901be542cbaef..9f0c632616ad85f02de5277bca81def2613b4df6 100644 (file)
 #include <deal.II/base/tensor_product_polynomials.h>
 #include <deal.II/base/std_cxx11/unique_ptr.h>
 #include <deal.II/lac/full_matrix.h>
+#include <deal.II/lac/vector.h>
+#include <deal.II/lac/block_vector.h>
+#include <deal.II/lac/parallel_vector.h>
+#include <deal.II/lac/parallel_block_vector.h>
 #include <deal.II/lac/petsc_vector.h>
+#include <deal.II/lac/petsc_block_vector.h>
 #include <deal.II/lac/trilinos_vector.h>
 #include <deal.II/lac/trilinos_block_vector.h>
 #include <deal.II/lac/trilinos_parallel_block_vector.h>
index ce653162ef3ec53ce221c2321f40d2913d2c6f9f..50ffbefef03dc44d836c53a150eeb667b6c5e7ef 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 1998 - 2015 by the deal.II authors
+// Copyright (C) 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
 
 
 
-for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; VEC : REAL_SERIAL_VECTORS)
   {
 #if deal_II_dimension <= deal_II_space_dimension       
-    template class MappingFEField<deal_II_dimension, deal_II_space_dimension,  dealii::Vector<double>, dealii::DoFHandler<deal_II_dimension, deal_II_space_dimension> >;
+    template class MappingFEField<deal_II_dimension, deal_II_space_dimension,  VEC,
+                                  dealii::DoFHandler<deal_II_dimension, deal_II_space_dimension> >;
 #endif
   }
 

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.