From: David Wells Date: Mon, 1 Apr 2024 13:12:28 +0000 (-0400) Subject: Improve a comment. X-Git-Tag: v9.6.0-rc1~421^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16821%2Fhead;p=dealii.git Improve a comment. --- 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,