]> https://gitweb.dealii.org/ - dealii.git/commitdiff
instantiate mapped quadrature for dim=1 and spacedim=2 15023/head
authorJohannes Heinz <johannes.heinz@tuwien.ac.at>
Sun, 2 Apr 2023 17:23:35 +0000 (19:23 +0200)
committerJohannes Heinz <johannes.heinz@tuwien.ac.at>
Sun, 2 Apr 2023 17:23:35 +0000 (19:23 +0200)
source/base/quadrature_lib.cc

index 9218b04ef056ca9409fc728efa25063fefb83c4b..90c38c9afe085c8379f0ac9223aea1b613c72758 100644 (file)
@@ -2266,6 +2266,10 @@ template Quadrature<3>
 QSimplex<3>::compute_affine_transformation(
   const std::array<Point<3>, 3 + 1> &vertices) const;
 
+template Quadrature<2>
+QSimplex<1>::mapped_quadrature(
+  const std::vector<std::array<Point<2>, 1 + 1>> &simplices) const;
+
 template Quadrature<3>
 QSimplex<1>::mapped_quadrature(
   const std::vector<std::array<Point<3>, 1 + 1>> &simplices) const;

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.