From: Jean-Paul Pelteret Date: Wed, 1 May 2019 09:51:41 +0000 (+0200) Subject: Add placeholder for documentation on symbolic differentiation X-Git-Tag: v9.1.0-rc1~154^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15930f2383b591db5bba7bcb1a296360d15bc3a;p=dealii.git Add placeholder for documentation on symbolic differentiation --- diff --git a/doc/doxygen/headers/automatic_and_symbolic_differentiation.h b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h index 2a15a2ae0b..98b908300e 100644 --- a/doc/doxygen/headers/automatic_and_symbolic_differentiation.h +++ b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h @@ -14,13 +14,13 @@ // --------------------------------------------------------------------- /** - * @defgroup auto_symb_diff Automatic differentiation + * @defgroup auto_symb_diff Automatic and symbolic differentiation * * @brief A module dedicated to the implementation of functions and classes that relate - * to automatic differentiation. + * to automatic and symbolic differentiation. * - * Below we provide a very brief introduction as to what automatic differentiation is, - * what variations of this computational / numerical scheme exist, and how it is integrated + * Below we provide a very brief introduction as to what automatic and symbolic differentiation are, + * what variations of these computational / numerical schemes exist, and how they are integrated * within deal.II's framework. * * @section auto_diff_1 Automatic differentiation @@ -464,4 +464,10 @@ * - a code-gallery example, and * - our test-suite. * + * + * @section symb_diff_1 Symbolic differentiation + * + * TODO. As a temporary placeholder, here is a link to the Wikipedia article on + * symbolic differentiation and the + * SymPy library. */