From: Guido Kanschat Date: Fri, 19 Jul 2013 15:26:27 +0000 (+0000) Subject: add documentation of Algorithms namespace X-Git-Tag: v8.0.0~65 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d782bafb7c39e37d51cb5bc0107935319a187258;p=dealii.git add documentation of Algorithms namespace git-svn-id: https://svn.dealii.org/trunk@30057 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 { /**