Skip to content

Commit

Permalink
Enhance documentation for sum_into_values
Browse files Browse the repository at this point in the history
  • Loading branch information
jh66637 committed Jan 8, 2024
1 parent 2184cb4 commit 98646f1
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 @@ -886,7 +886,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 @@ -913,7 +914,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 @@ -943,7 +945,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 @@ -975,7 +978,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 98646f1

Please sign in to comment.