]> https://gitweb.dealii.org/ - dealii.git/commitdiff
deprecate MeanValueFilter
authorMatthias Maier <tamiko@43-1.org>
Thu, 3 May 2018 03:22:29 +0000 (22:22 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 3 May 2018 19:09:25 +0000 (14:09 -0500)
include/deal.II/lac/matrix_lib.h

index 5cf13541784e9609d1acfdfcf35ad8fe810ff61e..b1ab76f502f8dd87af47de510ac660e6cdbc2806 100644 (file)
@@ -45,9 +45,13 @@ template <typename number> class SparseMatrix;
  * 1n {\mathbf v} \cdot {\mathbf 1}_n\right]{\mathbf 1}_n$ subtracts from every
  * vector element the mean value of all elements.
  *
+ * @deprecated Use a LinearOperator, or a BlockLinearOperator instead. you
+ * can construct such a filter by using mean_value_filter, or
+ * block_diagonal_operator (with a mean_value_filter block), respectively.
+ *
  * @author Guido Kanschat, 2002, 2003
  */
-class MeanValueFilter : public Subscriptor
+class DEAL_II_DEPRECATED MeanValueFilter : public Subscriptor
 {
 public:
   /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.