From b343adba24d825f2f82433705846a110f70dccab Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 6 Sep 2001 15:34:55 +0000 Subject: [PATCH] Remove the declaration of the subtract_mean_value function. This function has never been implemented, so it will also not be missed upon deletion. git-svn-id: https://svn.dealii.org/trunk@4949 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 7b97842570..6e3cb7b0ed 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -712,32 +712,6 @@ class VectorTools const NormType &norm, const Function *weight=0); - /** - * Mean-value filter for Stokes. - * The pressure in Stokes' - * equations with only Dirichlet - * boundaries for the velocities - * is determined up to a constant - * only. This function allows to - * subtract the mean value of the - * pressure. It is usually called - * in a preconditioner and - * generates updates with mean - * value zero. The mean value is - * understood in the l1-sense. - * - * Apart from the vector @p{v} to - * operate on, this function - * takes a bit vector. This has a - * true entry for every component - * for which the mean value shall - * be computed and later - * subtracted. - */ -//TODO:[GK] Implementation of subtract_mean_value is missing. - static void subtract_mean_value(Vector &v, - const std::vector &p_select); - /** * Compute the mean value of one * component of the solution. -- 2.39.5