From ef54096c75fae068748d6d56cd7bf52e5e2f6b66 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Sun, 25 Aug 2019 18:21:34 +0200 Subject: [PATCH] Clarify update_quadrature_points in the context of DataPostprocessor --- include/deal.II/fe/fe_update_flags.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5