From 43f15cf0f31db32f5f4feb1d63aae8e7009e7584 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 28 Nov 2010 20:29:46 +0000 Subject: [PATCH] mention namespaces in first paragraph git-svn-id: https://svn.dealii.org/trunk@22865 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/integrators.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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

* -- 2.39.5