From: Wolfgang Bangerth Date: Thu, 24 Sep 2009 19:01:08 +0000 (+0000) Subject: Add a few explicit instantiations. X-Git-Tag: v8.0.0~7049 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8225c4460f98df214b82e5770521e5a006cb71;p=dealii.git Add a few explicit instantiations. git-svn-id: https://svn.dealii.org/trunk@19530 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_values.cc b/deal.II/deal.II/source/fe/fe_values.cc index f54282ada3..e10da62aa2 100644 --- a/deal.II/deal.II/source/fe/fe_values.cc +++ b/deal.II/deal.II/source/fe/fe_values.cc @@ -4486,10 +4486,22 @@ CellIterator::cell_iterator>; // template class FEFaceValues; // template class FESubfaceValues; // #endif +#endif +namespace FEValuesViews +{ + template class Scalar; + template class Vector; + template class SymmetricTensor<2, deal_II_dimension, deal_II_dimension>; +#if deal_II_dimension != 3 + template class Scalar; + template class Vector; + template class SymmetricTensor<2, deal_II_dimension, deal_II_dimension+1>; #endif +} + //--------------------------------------------------------------------------- // Instantiations are in a different file using the macro IN for the vector type.