From: Wolfgang Bangerth Date: Tue, 17 Nov 2020 00:38:12 +0000 (-0700) Subject: Use upper-case letters for vectors in the documentation. X-Git-Tag: v9.3.0-rc1~897^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1eb946e0c9744a2f6eb9c93385455c92109db33;p=dealii.git Use upper-case letters for vectors in the documentation. Specifically, here use 'F' instead of 'f' as that is also the letters used in the detailed documentation of the function we're referring to. --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index afb507dc59..e814363fdf 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -146,7 +146,7 @@ DEAL_II_NAMESPACE_OPEN * a right hand side do, but without assembling a matrix. * *
  • Creation of right hand side vectors for point sources: The - * create_point_source_vector() function computes the vector $f_i = + * create_point_source_vector() function computes the vector $F_i = * \int_\Omega \delta(x-x_0) \phi_i(x) dx$. * *
  • Creation of boundary right hand side vectors: The