]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing explicit template instantiations for compute_affine_transformation 14945/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 22 Mar 2023 17:49:02 +0000 (13:49 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 22 Mar 2023 17:49:33 +0000 (13:49 -0400)
source/base/quadrature_lib.cc

index c095dd740254c9bac45c4f51c8637451cdb38805..2e89cdab775b19fa5aa758631c5328c05821fff2 100644 (file)
@@ -2243,10 +2243,18 @@ DEAL_II_NAMESPACE_CLOSE
 
 namespace dealii
 {
+  template Quadrature<1>
+  QSimplex<1>::compute_affine_transformation(
+    const std::array<Point<1>, 1 + 1> &vertices) const;
+
   template Quadrature<2>
   QSimplex<1>::compute_affine_transformation(
     const std::array<Point<2>, 1 + 1> &vertices) const;
 
+  template Quadrature<2>
+  QSimplex<2>::compute_affine_transformation(
+    const std::array<Point<2>, 2 + 1> &vertices) const;
+
   template Quadrature<3>
   QSimplex<1>::compute_affine_transformation(
     const std::array<Point<3>, 1 + 1> &vertices) const;
@@ -2254,6 +2262,10 @@ namespace dealii
   template Quadrature<3>
   QSimplex<2>::compute_affine_transformation(
     const std::array<Point<3>, 2 + 1> &vertices) const;
+
+  template Quadrature<3>
+  QSimplex<3>::compute_affine_transformation(
+    const std::array<Point<3>, 3 + 1> &vertices) const;
 } // namespace dealii
 
 namespace dealii

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.