From c1eb946e0c9744a2f6eb9c93385455c92109db33 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Nov 2020 17:38:12 -0700 Subject: [PATCH] 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. --- include/deal.II/numerics/vector_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5