From 2e78673a1b93c6e315263d0ce0b5c973a25628f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 13 Apr 2023 15:18:47 -0600 Subject: [PATCH] Better document an argument to hp::FEFaceValues. --- include/deal.II/hp/fe_values.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5