From: Johannes Heinz Date: Mon, 8 Jan 2024 17:44:01 +0000 (+0100) Subject: Enhance documentation for sum_into_values X-Git-Tag: relicensing~161^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee004c7fc1df0cb94962ab3c418b41d9250eede;p=dealii.git Enhance documentation for sum_into_values --- 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