From 06ef515959897a5e988e1f1a1b4ae413fe66b532 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 00:11:27 +0000 Subject: [PATCH] More docs. git-svn-id: https://svn.dealii.org/trunk@12028 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/numerical_algorithms.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/doxygen/headers/numerical_algorithms.h b/deal.II/doc/doxygen/headers/numerical_algorithms.h index 5a3f665d29..53802c37da 100644 --- a/deal.II/doc/doxygen/headers/numerical_algorithms.h +++ b/deal.II/doc/doxygen/headers/numerical_algorithms.h @@ -14,5 +14,17 @@ /** * @defgroup numerics Numerical algorithms * + * This module groups a diverse set of classes that generally implement some + * sort of numerical algorithm on top all the basic triangulation, DoFHandler, + * and finite element classes in the library. They are generally unconnected + * to each other. * + * Some of the classes, like DerivativeApproximation, KellyErrorEstimator and + * SolutionTransfer, act on solutions already obtained, and compute derived + * quantities in the first two cases, or help transfering a set of vectors + * from one mesh to another. + * + * The remaining classes MatrixCreator, MatrixTools, and VectorTools provide + * an assortment of services, such as creating a Laplac matrix, projecting or + * interpolating a function onto the present finite element space, etc. */ -- 2.39.5