From: Guido Kanschat Date: Sun, 28 Nov 2010 20:29:46 +0000 (+0000) Subject: mention namespaces in first paragraph X-Git-Tag: v8.0.0~4794 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f15cf0f31db32f5f4feb1d63aae8e7009e7584;p=dealii.git mention namespaces in first paragraph git-svn-id: https://svn.dealii.org/trunk@22865 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/integrators.h b/deal.II/doc/doxygen/headers/integrators.h index 92c4af5a50..d63c35b1b5 100644 --- a/deal.II/doc/doxygen/headers/integrators.h +++ b/deal.II/doc/doxygen/headers/integrators.h @@ -15,7 +15,11 @@ * @defgroup Integrators Integrators * * A collection of namespaces and functions which simplify the coding - * of forms and bilinear forms on finite element spaces. + * of forms and bilinear forms on finite element spaces. Functions for + * two different purposes are gathered here: the abstract integration + * on finite element meshes in MeshWorker and actual implementations + * of the integration of cell and face terms for concrete problems in + * LocalIntegrators. * *

Integration on finite element meshes

*