From: young Date: Thu, 4 Apr 2013 13:47:57 +0000 (+0000) Subject: Expand a comment in docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e9076c8b14b46ff9e57264f64f808e66a16f0d;p=dealii-svn.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;