From cefb648bec4a616e181a358330b7485dc6769771 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 May 2006 06:08:49 +0000 Subject: [PATCH] Augment comments. git-svn-id: https://svn.dealii.org/trunk@13114 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 30 +++++++++++++++------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index bbea9f130d..35dd13ae76 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -964,9 +964,10 @@ class VectorTools * components as the finite * element) at this point. * - * This is a wrapper function + * This is a wrapper function * using a Q1-mapping for cell - * boundaries. + * boundaries to call the other + * point_difference() function. */ template static void point_difference (const DoFHandler& dof, @@ -986,8 +987,11 @@ class VectorTools * components as the finite * element) at this point. * - * This function uses an arbitrary - * mapping to evaluate the difference. + * Compared with the other + * function of the same name, + * this function uses an + * arbitrary mapping to evaluate + * the difference. */ template static void point_difference (const Mapping &mapping, @@ -1007,8 +1011,10 @@ class VectorTools * function through the last * argument. * - * This is a wrapper function using - * a Q1-mapping for cells. + * This is a wrapper function + * using a Q1-mapping for cell + * boundaries to call the other + * point_difference() function. */ template static @@ -1026,7 +1032,9 @@ class VectorTools * return the value of this * function. * - * This is a wrapper function using + * Compared with the other + * function of the same name, + * this is a wrapper function using * a Q1-mapping for cells. */ template @@ -1046,7 +1054,9 @@ class VectorTools * function through the last * argument. * - * This function uses an arbitrary + * Compared with the other + * function of the same name, + * this function uses an arbitrary * mapping to evaluate the difference. */ template @@ -1066,7 +1076,9 @@ class VectorTools * return the value of this * function. * - * This function uses an arbitrary + * Compared with the other + * function of the same name, + * this function uses an arbitrary * mapping to evaluate the difference. */ template -- 2.39.5