From 7b462797d79b044cc524b9b14d658a2963ca4241 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 7 May 2016 22:13:46 -0400 Subject: [PATCH] Add a warning note to the documentation. --- include/deal.II/numerics/vector_tools.h | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.39.5