From: Jean-Paul Pelteret Date: Mon, 11 Feb 2019 17:43:54 +0000 (+0100) Subject: Improve some documentation X-Git-Tag: v9.1.0-rc1~351^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74d9d5ac89674e4ed0627f51aa8e93d3035d0cf;p=dealii.git Improve some documentation --- diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index ff94ee962f..ba21b90be5 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -934,8 +934,9 @@ namespace Differentiation * auto-differentiable numbers. These are the independent * variables $\mathbf{X}$ about which the solution is linearized. * - * It is indicated to the AD library that operations performed with these - * numbers are to be tracked, so they are considered "sensitive" + * This function indicates to the AD library that implements the + * auto-differentiable number type that operations performed on these + * numbers are to be tracked so they are considered "sensitive" * variables. This is, therefore, the set of variables with which one * would then perform computations, and based on which one can then * extract both the value of the function and its derivatives with the