From 53a247059670fc77f6eae3bcc4a14136f022156a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Oct 2011 19:55:43 +0000 Subject: [PATCH] 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 --- deal.II/include/deal.II/numerics/vectors.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5