From: Peter Munch <peterrmuench@gmail.com>
Date: Fri, 3 Jan 2020 18:13:15 +0000 (+0100)
Subject: Instantiate FETools::get_projection_matrix for float
X-Git-Tag: v9.2.0-rc1~747^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9218%2Fhead;p=dealii.git

Instantiate FETools::get_projection_matrix for float
---

diff --git a/source/fe/fe_tools.inst.in b/source/fe/fe_tools.inst.in
index 4e7e3aac6c..dd3a0fbeb7 100644
--- a/source/fe/fe_tools.inst.in
+++ b/source/fe/fe_tools.inst.in
@@ -218,6 +218,11 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
         const FiniteElement<deal_II_dimension> &,
         const FiniteElement<deal_II_dimension> &,
         FullMatrix<double> &);
+      template void
+      get_projection_matrix<deal_II_dimension>(
+        const FiniteElement<deal_II_dimension> &,
+        const FiniteElement<deal_II_dimension> &,
+        FullMatrix<float> &);
 
       template void
       compute_face_embedding_matrices<deal_II_dimension, double>(