From: bangerth Date: Thu, 20 Oct 2011 19:55:43 +0000 (+0000) Subject: Add to a documentation text based on a question just received. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823c7845f32fdb11b90762506adb5389332342b8;p=dealii-svn.git Add to a documentation text based on a question just received. git-svn-id: https://svn.dealii.org/trunk@24648 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index c583b6fd66..dfd428656b 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -416,7 +416,10 @@ namespace VectorTools * Compute the interpolation of * @p function at the support * points to the finite element - * space. It is assumed that the + * space described by the Triangulation + * and FiniteElement object with which + * the given DoFHandler argument is + * initialized. It is assumed that the * number of components of * @p function matches that of * the finite element used by