From 62c99cec72fda67fe949edcd8a98fc3efe2ef5c4 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 19 Jul 2013 15:26:27 +0000 Subject: [PATCH] add documentation of Algorithms namespace git-svn-id: https://svn.dealii.org/trunk@30057 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/algorithms/operator.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/include/deal.II/algorithms/operator.h b/deal.II/include/deal.II/algorithms/operator.h index c39d3a694e..de940de86f 100644 --- a/deal.II/include/deal.II/algorithms/operator.h +++ b/deal.II/include/deal.II/algorithms/operator.h @@ -26,6 +26,17 @@ DEAL_II_NAMESPACE_OPEN +/** + * Namespace containing numerical algorithms in a unified form. + * + * All algorithmic classes in this namespace are derived from either + * Operator or OutputOperator, depending on whether they return a + * value or not. See the documentation of those classes for more + * detailed information on how to use them. + * + * @author Guido Kanschat + * @date 2012, 2013 + */ namespace Algorithms { /** -- 2.39.5