From fb969a592f157e2ab2ced06376a54ef228f1dddf Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 15 Nov 2017 13:37:18 +0100 Subject: [PATCH] Add initial outline of documentation for the AD/SD module. --- .../automatic_and_symbolic_differentiation.h | 97 +++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/doxygen/headers/automatic_and_symbolic_differentiation.h 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 + * -