Skip to content

Commit

Permalink
Merge pull request #16382 from jh66637/dont_zero_out_whole_buffer
Browse files Browse the repository at this point in the history
Enhance documentation for sum_into_values
  • Loading branch information
kronbichler committed Jan 15, 2024
2 parents ac82d80 + dee004c commit ded657d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions include/deal.II/matrix_free/fe_point_evaluation.h
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,8 @@ class FEPointEvaluation
* 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 <std::size_t stride_view>
Expand All @@ -908,7 +909,8 @@ class FEPointEvaluation
* 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
Expand Down Expand Up @@ -938,7 +940,8 @@ class FEPointEvaluation
* 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 <std::size_t stride_view>
Expand Down Expand Up @@ -970,7 +973,8 @@ class FEPointEvaluation
* 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
Expand Down

0 comments on commit ded657d

Please sign in to comment.