From: David Wells Date: Sun, 8 May 2016 02:13:46 +0000 (-0400) Subject: Add a warning note to the documentation. X-Git-Tag: v8.5.0-rc1~1053^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b462797d79b044cc524b9b14d658a2963ca4241;p=dealii.git Add a warning note to the documentation. --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index f6a32858a0..c617a7ad7b 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -2505,6 +2505,9 @@ namespace VectorTools * equal to one, and the vector that is associated with the constant mode is * not equal to $(1,1,\ldots,1)^T$. For such elements, a different procedure * has to be used when subtracting the mean value. + * + * @warning This function is only implemented for Vector and BlockVector. It + * is not implemented for any of the distributed vector classes. */ template void subtract_mean_value(VectorType &v,