From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 00:17:08 +0000 (+0000) Subject: More text. X-Git-Tag: v8.0.0~12635 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b123958f3e49c3afa575b943bb1e5a5e2445323;p=dealii.git More text. git-svn-id: https://svn.dealii.org/trunk@12029 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */