From: hartmann Date: Fri, 14 Jun 2002 14:47:48 +0000 (+0000) Subject: Add missing doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31756e04c6d3a1f9ceb1f6f44b933d43044f6cbb;p=dealii-svn.git Add missing doc. git-svn-id: https://svn.dealii.org/trunk@6142 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index af50fd8bbc..14709c3730 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -346,11 +346,20 @@ class VectorTools * points to the finite element * space. It is assumed that the * number of components of - * @p{function} matches that of the - * finite element used by @p{dof}. + * @p{function} matches that of + * the finite element used by + * @p{dof}. * - * See the general documentation of this - * class for further information. + * Note that you may have to call + * @p{hanging_nodes.distribute(data_2)} + * with the hanging nodes from + * space @p{dof_2} afterwards, to + * make the result continuous + * again. + * + * See the general documentation + * of this class for further + * information. */ template static void interpolate (const Mapping &mapping,