From 5c87b4b321cfc32cc0d2a4a9c907a428c30db398 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 1 Apr 2024 09:12:28 -0400 Subject: [PATCH] Improve a comment. --- include/deal.II/base/qprojector.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/qprojector.h b/include/deal.II/base/qprojector.h index 9b2585b024..78d277d3d7 100644 --- a/include/deal.II/base/qprojector.h +++ b/include/deal.II/base/qprojector.h @@ -333,8 +333,9 @@ public: const unsigned int n_quadrature_points); /** - * Like the above function but taking a quadrature collection, enabling - * that each face might have different number of quadrature points. + * Compute an offset object for the given face number and orientation, + * taking into account the possibility of different quadrature rules being + * used on each face. * * @deprecated Use the version of this function which takes a * combined_orientation argument instead. @@ -351,8 +352,10 @@ public: const hp::QCollection &quadrature); /** - * Like the above function but taking a quadrature collection, enabling - * that each face might have different number of quadrature points. + * Compute an offset object for the given face number and orientation, + * taking into account the possibility of different quadrature rules being + * used on each face. + * */ static DataSetDescriptor face(const ReferenceCell &reference_cell, -- 2.39.5