From d47d45b919ba6f5edeecb40f4e6fe5ba7be60e8d Mon Sep 17 00:00:00 2001 From: YY Date: Fri, 2 Oct 2015 22:16:51 -0500 Subject: [PATCH] About compute_mean_value 1/|\Omega| is missing, is it right? --- include/deal.II/numerics/vector_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 5385fbfd2e..db9f9fe235 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -2308,7 +2308,7 @@ namespace VectorTools * Compute the mean value of one component of the solution. * * This function integrates the chosen component over the whole domain and - * returns the result, i.e. it computes $\int_\Omega [u_h(x)]_c \; dx$ where + * returns the result, i.e. it computes $\frac{1}{|\Omega|}\int_\Omega [u_h(x)]_c \; dx$ where * $c$ is the vector component and $u_h$ is the function representation of * the nodal vector given as fourth argument. The integral is evaluated * numerically using the quadrature formula given as third argument. -- 2.39.5