From: Wolfgang Bangerth Date: Thu, 11 Mar 2021 13:43:57 +0000 (+0100) Subject: Update documentation to make it clearer. X-Git-Tag: v9.3.0-rc1~342^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03320f883ff457778a5b6589edd412109581dc4c;p=dealii.git Update documentation to make it clearer. --- diff --git a/include/deal.II/numerics/vector_tools_interpolate.h b/include/deal.II/numerics/vector_tools_interpolate.h index b13b173a50..692d38b85c 100644 --- a/include/deal.II/numerics/vector_tools_interpolate.h +++ b/include/deal.II/numerics/vector_tools_interpolate.h @@ -270,10 +270,11 @@ namespace VectorTools * vertices of the Triangulation. * * The optional ComponentMask argument can be used to specify what - * components of the FiniteElement to use to describe the geometry. If no - * mask is specified at construction time, then a default one is used, i.e., - * the first spacedim components of the FiniteElement are assumed to - * represent the geometry of the problem. + * components of the FiniteElement to use to describe the + * geometry. If no mask is specified at construction time, then a + * default-constructed mask is used, which is then interpreted as + * saying that the first `spacedim` components of the FiniteElement + * are assumed to represent the geometry of the problem. * * This function is only implemented for FiniteElements where the specified * components are primitive.