From 03320f883ff457778a5b6589edd412109581dc4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Mar 2021 14:43:57 +0100 Subject: [PATCH] Update documentation to make it clearer. --- include/deal.II/numerics/vector_tools_interpolate.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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. -- 2.39.5