]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Matrix-free shape info: Generate face orientation table for Raviart-Thomas
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 7 Sep 2023 18:59:35 +0000 (20:59 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Fri, 8 Sep 2023 06:02:06 +0000 (08:02 +0200)
include/deal.II/matrix_free/shape_info.templates.h

index d534befa3d2d41e51bdfe2d93ff43ca2d82a5af4..94c7622e37981616dee4573057435daca8bfa1d0 100644 (file)
@@ -307,6 +307,9 @@ namespace internal
               data[direction].check_and_set_shapes_symmetric();
             }
 
+          if (dim == 3)
+            face_orientations_quad = compute_orientation_table(n_q_points_1d);
+
           return;
         }
       else if (quad_in.is_tensor_product() == false ||

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.