]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate BlockTrianglePrecondition and BlockMatrixArray. 5352/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 29 Oct 2017 19:29:39 +0000 (15:29 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 Oct 2017 19:30:46 +0000 (15:30 -0400)
include/deal.II/lac/block_matrix_array.h

index 44de24864aeda5707934a96781728cc4410d948a..0371f0e7c2bbab26fe3b5323be4525f63b333c97 100644 (file)
@@ -105,6 +105,8 @@ DEAL_II_NAMESPACE_OPEN
  * The remaining code of this sample program concerns preconditioning and is
  * described in the documentation of BlockTrianglePrecondition.
  *
+ * @deprecated This class has been superseded by BlockLinearOperator.
+ *
  * @see
  * @ref GlossBlockLA "Block (linear algebra)"
  * @author Guido Kanschat
@@ -343,7 +345,7 @@ private:
    * number of blocks per row.
    */
   unsigned int block_cols;
-};
+} DEAL_II_DEPRECATED;
 
 /*@}*/
 
@@ -398,6 +400,8 @@ private:
  * for solving.
  * @until Error
  *
+ * @deprecated This class has been superseded by block_back_substitution and
+ * block_forward_substitution, which build on BlockLinearOperator.
  *
  * @ingroup Preconditioners
  * @author Guido Kanschat, 2001, 2005
@@ -517,7 +521,7 @@ private:
    * Flag for backward insertion.
    */
   bool backward;
-};
+} DEAL_II_DEPRECATED;
 
 
 #ifndef DOXYGEN

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.