From: Wolfgang Bangerth Date: Thu, 17 Nov 2016 03:01:42 +0000 (-0700) Subject: Add a few instantiations. X-Git-Tag: v8.5.0-rc1~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3600%2Fhead;p=dealii.git Add a few instantiations. --- diff --git a/source/fe/fe_values.inst.in b/source/fe/fe_values.inst.in index 54443bef93..f039e6cf2e 100644 --- a/source/fe/fe_values.inst.in +++ b/source/fe/fe_values.inst.in @@ -14,10 +14,6 @@ // --------------------------------------------------------------------- -// 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; + template class FiniteElementRelatedData; + \} + \} #endif }