From dee004c7fc1df0cb94962ab3c418b41d9250eede Mon Sep 17 00:00:00 2001 From: Johannes Heinz Date: Mon, 8 Jan 2024 18:44:01 +0100 Subject: [PATCH] Enhance documentation for sum_into_values --- include/deal.II/matrix_free/fe_point_evaluation.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/include/deal.II/matrix_free/fe_point_evaluation.h b/include/deal.II/matrix_free/fe_point_evaluation.h index 9b77d6ab04..ab15daa4d1 100644 --- a/include/deal.II/matrix_free/fe_point_evaluation.h +++ b/include/deal.II/matrix_free/fe_point_evaluation.h @@ -886,7 +886,8 @@ public: * integrated at the points. * * @param[in] sum_into_values Flag specifying if the integrated values - * should be summed into the solution values. Defaults to false. + * should be summed into the solution values. For the default value + * `sum_into_values=false` every value of @p solution_values is zeroed out. * */ template @@ -913,7 +914,8 @@ public: * integrated at the points. * * @param[in] sum_into_values Flag specifying if the integrated values - * should be summed into the solution values. Defaults to false. + * should be summed into the solution values. For the default value + * `sum_into_values=false` every value of @p solution_values is zeroed out. * */ void @@ -943,7 +945,8 @@ public: * integrated at the points. * * @param[in] sum_into_values Flag specifying if the integrated values - * should be summed into the solution values. Defaults to false. + * should be summed into the solution values. For the default value + * `sum_into_values=false` every value of @p solution_values is zeroed out. * */ template @@ -975,7 +978,8 @@ public: * integrated at the points. * * @param[in] sum_into_values Flag specifying if the integrated values - * should be summed into the solution values. Defaults to false. + * should be summed into the solution values. For the default value + * `sum_into_values=false` every value of @p solution_values is zeroed out. * */ void -- 2.39.5