From: Toby D. Young Date: Thu, 4 Apr 2013 13:47:57 +0000 (+0000) Subject: Expand a comment in docs. X-Git-Tag: v8.0.0~788 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c57c4a9671a243279f95e3411879f126f6c5e9;p=dealii.git Expand a comment in docs. git-svn-id: https://svn.dealii.org/trunk@29182 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_vector_base.h b/deal.II/include/deal.II/lac/petsc_vector_base.h index cb144e53d8..49ad8674ad 100644 --- a/deal.II/include/deal.II/lac/petsc_vector_base.h +++ b/deal.II/include/deal.II/lac/petsc_vector_base.h @@ -516,8 +516,8 @@ namespace PETScWrappers real_type lp_norm (const real_type p) const; /** - * Maximum absolute value of the - * elements. + * $l_\infty$-norm of the vector. Return the value of the vector + * element with the maximum absolute value. */ real_type linfty_norm () const;