]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a few instantiations. 3600/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2016 03:01:42 +0000 (20:01 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2016 03:01:42 +0000 (20:01 -0700)
source/fe/fe_values.inst.in

index 54443bef934268ddaf77f43423d0739fabb27050..f039e6cf2e4f1d43601af19014a9695e05452966 100644 (file)
 // ---------------------------------------------------------------------
 
 
-// Instantiations of functions in FEValuesViews (explicitly write
-// dealii:: namespace in order to not confuse the compiler with
-// FEValuesViews::Vector).
-
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
 {
 #if deal_II_dimension <= deal_II_space_dimension
@@ -38,6 +34,15 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     template class SymmetricTensor<2, deal_II_dimension, deal_II_space_dimension>;
     template class Tensor<2, deal_II_dimension, deal_II_space_dimension>;
     \}
+
+    namespace internal
+    \{
+    namespace FEValues
+    \{
+    template class MappingRelatedData<deal_II_dimension, deal_II_space_dimension>;
+    template class FiniteElementRelatedData<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.