]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't call deprecated QProjector functions. 18070/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 1 Feb 2025 21:31:11 +0000 (16:31 -0500)
committerDavid Wells <drwells@email.unc.edu>
Sat, 1 Feb 2025 21:32:04 +0000 (16:32 -0500)
source/fe/fe_poly.cc
source/fe/mapping_q.cc

index 6a164dbf8210e45ae0bb11a5043029deefbba71f..a9bb853f10db94287c0d1c4dd5eb9dc59f92045d 100644 (file)
@@ -368,9 +368,8 @@ FE_Poly<dim, spacedim>::fill_fe_face_values(
   const auto offset =
     QProjector<dim>::DataSetDescriptor::face(this->reference_cell(),
                                              face_no,
-                                             cell->face_orientation(face_no),
-                                             cell->face_flip(face_no),
-                                             cell->face_rotation(face_no),
+                                             cell->combined_face_orientation(
+                                               face_no),
                                              quadrature);
 
   const UpdateFlags flags(fe_data.update_each);
@@ -458,9 +457,8 @@ FE_Poly<dim, spacedim>::fill_fe_subface_values(
     QProjector<dim>::DataSetDescriptor::subface(this->reference_cell(),
                                                 face_no,
                                                 sub_no,
-                                                cell->face_orientation(face_no),
-                                                cell->face_flip(face_no),
-                                                cell->face_rotation(face_no),
+                                                cell->combined_face_orientation(
+                                                  face_no),
                                                 quadrature.size(),
                                                 cell->subface_case(face_no));
 
index e838b338ddac2f98c2ee57cc40c7d0a9b5033def..7f141c1a9cdc2d46b5bbbc930b7b6396a25e1fae 100644 (file)
@@ -1106,9 +1106,7 @@ MappingQ<dim, spacedim>::fill_fe_face_values(
     QProjector<dim>::DataSetDescriptor::face(
       ReferenceCells::get_hypercube<dim>(),
       face_no,
-      cell->face_orientation(face_no),
-      cell->face_flip(face_no),
-      cell->face_rotation(face_no),
+      cell->combined_face_orientation(face_no),
       quadrature[0].size()),
     quadrature[0],
     data,

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.