From: Daniel Garcia-Sanchez Date: Sun, 25 Aug 2019 16:21:34 +0000 (+0200) Subject: Clarify update_quadrature_points in the context of DataPostprocessor X-Git-Tag: v9.2.0-rc1~1187^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8638%2Fhead;p=dealii.git Clarify update_quadrature_points in the context of DataPostprocessor --- diff --git a/include/deal.II/fe/fe_update_flags.h b/include/deal.II/fe/fe_update_flags.h index 93f8736ef6..d81b12fb5e 100644 --- a/include/deal.II/fe/fe_update_flags.h +++ b/include/deal.II/fe/fe_update_flags.h @@ -115,6 +115,9 @@ enum UpdateFlags * locations $\mathbf x_q$ on the real cell, you need to pass this * flag to the FEValues constructor to make sure you can later * access them. + * + * In the context of DataPostprocessor, + * DataPostprocessorInputs::CommonInputs::evaluation_points will be updated. */ update_quadrature_points = 0x0020, //! Transformed quadrature weights