]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a few comment annotations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 27 Feb 2008 01:33:33 +0000 (01:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 27 Feb 2008 01:33:33 +0000 (01:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@15796 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_decomposition.h

index 47564231b846f9f037f3d7aa2feb95d6a859ad7a..bfd166079243d78a37ee31ee9600b3bc4a80fb40 100644 (file)
@@ -295,7 +295,9 @@ class SparseLUDecomposition : protected SparseMatrix<number>,
                                      *
                                      * After this function is called
                                      * the preconditioner is ready to
-                                     * be used (vmult).
+                                     * be used (using the
+                                     * <code>vmult</code> function of
+                                     * derived classes).
                                      */
     template <typename somenumber>
     void initialize (const SparseMatrix<somenumber> &matrix,
@@ -304,8 +306,10 @@ class SparseLUDecomposition : protected SparseMatrix<number>,
                                     /**
                                      * This method is deprecated,
                                      * and left for backward
-                                     * compability. It will be removed
+                                     * compatibility. It will be removed
                                      * in later versions.
+                                     *
+                                     * @deprecated
                                      */
     void reinit (const SparsityPattern &sparsity);
 
@@ -314,6 +318,8 @@ class SparseLUDecomposition : protected SparseMatrix<number>,
                                      * and left for backward
                                      * compability. It will be removed
                                      * in later versions.
+                                     *
+                                     * @deprecated
                                      */
     template <typename somenumber>
     void decompose (const SparseMatrix<somenumber> &matrix,
@@ -324,6 +330,8 @@ class SparseLUDecomposition : protected SparseMatrix<number>,
                                      * and left for backward
                                      * compability. It will be removed
                                      * in later versions.
+                                     *
+                                     * @deprecated
                                       */ 
     virtual bool is_decomposed () const;       
 

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.