From: Wolfgang Bangerth Date: Thu, 7 Apr 2011 18:12:12 +0000 (+0000) Subject: Fix an erroneous explanation of an acronym. X-Git-Tag: v8.0.0~4187 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9361d2ca56e3d393b77768cf01591f477e4e0d;p=dealii.git Fix an erroneous explanation of an acronym. git-svn-id: https://svn.dealii.org/trunk@23564 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/doc/intro.dox b/deal.II/examples/step-33/doc/intro.dox index 5f56cad9ff..fec2eac472 100644 --- a/deal.II/examples/step-33/doc/intro.dox +++ b/deal.II/examples/step-33/doc/intro.dox @@ -186,14 +186,14 @@ converges very rapidly (typically in 3 steps) and with the quadratic convergence order expected from a Newton method. -

Auto-Differentiation

+

Automatic differentiation

Since computing the Jacobian matrix $\mathbf R'(\mathbf W^k)$ is a terrible beast, we use an automatic differentiation package, Sacado, to do this. Sacado is a package within the Trilinos framework and offers a C++ template class Sacado::Fad::DFad -(Fad standing for "floating point automatic +(Fad standing for "forward automatic differentiation") that supports basic arithmetic operators and functions such as sqrt, sin, cos, pow, etc. In order to use this feature, one declares a collection of variables of this type