From: David Wells Date: Sat, 1 Feb 2025 21:31:11 +0000 (-0500) Subject: Don't call deprecated QProjector functions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18070%2Fhead;p=dealii.git Don't call deprecated QProjector functions. --- diff --git a/source/fe/fe_poly.cc b/source/fe/fe_poly.cc index 6a164dbf82..a9bb853f10 100644 --- a/source/fe/fe_poly.cc +++ b/source/fe/fe_poly.cc @@ -368,9 +368,8 @@ FE_Poly::fill_fe_face_values( const auto offset = QProjector::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::fill_fe_subface_values( QProjector::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)); diff --git a/source/fe/mapping_q.cc b/source/fe/mapping_q.cc index e838b338dd..7f141c1a9c 100644 --- a/source/fe/mapping_q.cc +++ b/source/fe/mapping_q.cc @@ -1106,9 +1106,7 @@ MappingQ::fill_fe_face_values( QProjector::DataSetDescriptor::face( ReferenceCells::get_hypercube(), 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,