From: Jean-Paul Pelteret Date: Wed, 15 Nov 2017 12:37:18 +0000 (+0100) Subject: Add initial outline of documentation for the AD/SD module. X-Git-Tag: v9.0.0-rc1~769^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb969a592f157e2ab2ced06376a54ef228f1dddf;p=dealii.git Add initial outline of documentation for the AD/SD module. --- diff --git a/doc/doxygen/headers/automatic_and_symbolic_differentiation.h b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h new file mode 100644 index 0000000000..ab712e6122 --- /dev/null +++ b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h @@ -0,0 +1,97 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 by the deal.II authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + +/** + * @defgroup auto_symb_diff Automatic and symbolic differentiation + * + * @brief A module dedicated to the implementation of functions and classes that relate + * to automatic and symbolic differentiation. + * + * @todo Hyper-summarize the following list of topics: + * - Automatic differentiation + * - Symbolic differentiation + * + * @section auto_diff_1 Automatic differentiation + * + * @todo Write a short introduction into AD. As a temporary entry, the following links + * may be enlightening: + * - Wikipedia article + * -