From: Wolfgang Bangerth Date: Thu, 13 Apr 2023 21:18:47 +0000 (-0600) Subject: Better document an argument to hp::FEFaceValues. X-Git-Tag: v9.5.0-rc1~332^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e78673a1b93c6e315263d0ce0b5c973a25628f8;p=dealii.git Better document an argument to hp::FEFaceValues. --- diff --git a/include/deal.II/hp/fe_values.h b/include/deal.II/hp/fe_values.h index 1132bdcfdd..b15c1d7b30 100644 --- a/include/deal.II/hp/fe_values.h +++ b/include/deal.II/hp/fe_values.h @@ -503,7 +503,10 @@ namespace hp * same as that used in the construction of the DoFHandler associated * with the present cell. On the other hand, if a value is given for this * argument, it overrides the choice of - * cell-@>active_fe_index(). + * cell-@>active_fe_index(). (This may or may not be very + * useful: If you are using a specific finite element on the current cell, + * why would you want to reinit() an object of the current type with a + * *different* finite element?) * * If the @p q_index argument is left at its default value, then we use * that quadrature formula within the hp::QCollection passed to the