]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate FilteredMatrix 4609/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 14 Jul 2017 12:56:43 +0000 (07:56 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 8 Aug 2017 18:11:29 +0000 (13:11 -0500)
include/deal.II/lac/filtered_matrix.h

index b3fb56988223ef80d6b477deb4c640dc19fa0430..e041c847e2301b161b3353e82b4fea4561c7be36 100644 (file)
@@ -187,6 +187,9 @@ template <class VectorType> 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 <typename VectorType>
 class FilteredMatrix : public Subscriptor
@@ -539,7 +542,7 @@ private:
    * FilteredMatrixBlock accesses pre_filter() and post_filter().
    */
   friend class FilteredMatrixBlock<VectorType>;
-};
+} DEAL_II_DEPRECATED;
 
 /*@}*/
 /*---------------------- Inline functions -----------------------------------*/

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.