From: wolf Date: Thu, 25 Nov 1999 14:44:32 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918e08d1d6327ebc708832132aebde7838a072f6;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1951 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,