From: Matthias Maier Date: Fri, 14 Jul 2017 12:56:43 +0000 (-0500) Subject: Deprecate FilteredMatrix X-Git-Tag: v9.0.0-rc1~1339^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4609%2Fhead;p=dealii.git Deprecate FilteredMatrix --- diff --git a/include/deal.II/lac/filtered_matrix.h b/include/deal.II/lac/filtered_matrix.h index b3fb569882..e041c847e2 100644 --- a/include/deal.II/lac/filtered_matrix.h +++ b/include/deal.II/lac/filtered_matrix.h @@ -187,6 +187,9 @@ template class FilteredMatrixBlock; * not need to serialize calls to @p vmult or @p residual . * * @author Wolfgang Bangerth 2001, Luca Heltai 2006, Guido Kanschat 2007, 2008 + * + * @deprecated Use LinearOperator instead. See the documentation of + * constrained_linear_operator(). */ template class FilteredMatrix : public Subscriptor @@ -539,7 +542,7 @@ private: * FilteredMatrixBlock accesses pre_filter() and post_filter(). */ friend class FilteredMatrixBlock; -}; +} DEAL_II_DEPRECATED; /*@}*/ /*---------------------- Inline functions -----------------------------------*/