]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function SparseILU::apply_decomposition.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Jan 2015 03:45:27 +0000 (21:45 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Jan 2015 06:56:03 +0000 (00:56 -0600)
doc/news/changes.h
include/deal.II/lac/sparse_ilu.h

index 952ee98343e39d8145053021aa6d87fd2765bf53..15e529a54bcb2c6a99ea1458d60940f1b9bd5b5a 100644 (file)
@@ -103,6 +103,7 @@ inconvenience this causes.
 - Triangulation::distort_random.
 - Triangulation::clear_user_pointers.
 - The deprecated constructor of SparseILU.
+- SparseILU::apply_decomposition.
 
 <!-- ----------- GENERAL IMPROVEMENTS ----------------- -->
 
index d60aa11d9cdff4f9375f7e99c275410e3fcb2892..d910d71de30943b81966e8c935373817bec6f5dc 100644 (file)
@@ -110,14 +110,6 @@ public:
   void decompose (const SparseMatrix<somenumber> &matrix,
                   const double                    strengthen_diagonal=0.) DEAL_II_DEPRECATED;
 
-  /**
-   * @deprecated This method is deprecated, and left for backward
-   * compatibility. It will be removed in later versions.
-   */
-  template <typename somenumber>
-  void apply_decomposition (Vector<somenumber>       &dst,
-                            const Vector<somenumber> &src) const DEAL_II_DEPRECATED;
-
   /**
    * Apply the incomplete decomposition, i.e. do one forward-backward step
    * $dst=(LU)^{-1}src$.
@@ -164,18 +156,6 @@ public:
 /*@}*/
 //---------------------------------------------------------------------------
 
-template <typename number>
-template <typename somenumber>
-inline
-void
-SparseILU<number>::apply_decomposition (Vector<somenumber>       &dst,
-                                        const Vector<somenumber> &src) const
-{
-  vmult (dst, src);
-}
-
-
-
 
 DEAL_II_NAMESPACE_CLOSE
 

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.