From f15930f2383b591db5bba7bcb1a296360d15bc3a Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 1 May 2019 11:51:41 +0200 Subject: [PATCH] Add placeholder for documentation on symbolic differentiation --- .../automatic_and_symbolic_differentiation.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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. */ -- 2.39.5