From 918e08d1d6327ebc708832132aebde7838a072f6 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 25 Nov 1999 14:44:32 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1951 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_base.h | 7 ++++++- deal.II/lac/include/lac/mgbase.h | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/multigrid/mg_base.h b/deal.II/deal.II/include/multigrid/mg_base.h index 77ab520edf..319e51e17c 100644 --- a/deal.II/deal.II/include/multigrid/mg_base.h +++ b/deal.II/deal.II/include/multigrid/mg_base.h @@ -110,7 +110,12 @@ class MGSmootherIdentity : public MGSmootherBase /** * Implementation of the * interface in #MGSmootherBase#. - * This function does nothing. + * This function does nothing, + * which by comparison with the + * definition of this function + * means that the the smoothing + * operator equals the null + * operator. */ virtual void smooth (const unsigned int level, Vector &u, diff --git a/deal.II/lac/include/lac/mgbase.h b/deal.II/lac/include/lac/mgbase.h index 3044152cb6..595bfb3f80 100644 --- a/deal.II/lac/include/lac/mgbase.h +++ b/deal.II/lac/include/lac/mgbase.h @@ -110,7 +110,12 @@ class MGSmootherIdentity : public MGSmootherBase /** * Implementation of the * interface in #MGSmootherBase#. - * This function does nothing. + * This function does nothing, + * which by comparison with the + * definition of this function + * means that the the smoothing + * operator equals the null + * operator. */ virtual void smooth (const unsigned int level, Vector &u, -- 2.39.5