From 5516d34024f87bc41884a9e247ad18039a580d28 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 11 Apr 2006 14:23:47 +0000 Subject: [PATCH] differences are actually the other way round git-svn-id: https://svn.dealii.org/trunk@12823 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index edf74c1b3c..06d1233400 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -225,11 +225,12 @@ class ConstraintMatrix; * present purpose. * *
  • Computing errors: - * The function @p integrate_difference performs the calculation of the error - * between the finite element solution and a given (continuous) reference - * function in different norms. The integration is performed using a given - * quadrature formulae and assumes that the given finite element objects equals - * that used for the computation of the solution. + * The function @p integrate_difference performs the calculation of + * the error between a given (continuous) reference function and the + * finite element solution in different norms. The integration is + * performed using a given quadrature formulae and assumes that the + * given finite element objects equals that used for the computation + * of the solution. * * The result is stored in a vector (named @p difference), where each entry * equals the given norm of the difference on a cell. The order of entries @@ -835,10 +836,10 @@ class VectorTools * Compute the error of the * finite element solution. * Integrate the difference - * between a finite element - * function and a reference - * function, which is given as a - * continuous function object. + * between a reference function + * which is given as a continuous + * function object, and a finite + * element function. * * The value of @p exponent is * used for computing $L^p$-norms -- 2.39.5