From b720a71890d627a4105447ccd1be4a8e8aa4f55a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 16 Nov 2016 20:01:42 -0700 Subject: [PATCH] Add a few instantiations. --- source/fe/fe_values.inst.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 } -- 2.39.5