From 2b123958f3e49c3afa575b943bb1e5a5e2445323 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 00:17:08 +0000 Subject: [PATCH] More text. git-svn-id: https://svn.dealii.org/trunk@12029 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/numerical_algorithms.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/numerical_algorithms.h b/deal.II/doc/doxygen/headers/numerical_algorithms.h index 53802c37da..9d009a7920 100644 --- a/deal.II/doc/doxygen/headers/numerical_algorithms.h +++ b/deal.II/doc/doxygen/headers/numerical_algorithms.h @@ -26,5 +26,11 @@ * * 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. + * interpolating a function onto the present finite element space, etc. The + * difference to the functions in the DoFTools and FETools functions is that + * they work on vectors (i.e. members of a finite element function space on a + * given triangulation) or help in the creation of it. On the other hand, the + * DoFTools functions only act on a given DoFHandler object without reference + * to a data vector, and the FETools objects generally work with finite + * element classes but again without any associated data vectors. */ -- 2.39.5