From 631c8c645b146787c43d33a49ddf401fdf986cdc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 27 Feb 2008 01:33:33 +0000 Subject: [PATCH] Add a few comment annotations. git-svn-id: https://svn.dealii.org/trunk@15796 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_decomposition.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index 47564231b8..bfd1660792 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -295,7 +295,9 @@ class SparseLUDecomposition : protected SparseMatrix, * * After this function is called * the preconditioner is ready to - * be used (vmult). + * be used (using the + * vmult function of + * derived classes). */ template void initialize (const SparseMatrix &matrix, @@ -304,8 +306,10 @@ class SparseLUDecomposition : protected SparseMatrix, /** * 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, * and left for backward * compability. It will be removed * in later versions. + * + * @deprecated */ template void decompose (const SparseMatrix &matrix, @@ -324,6 +330,8 @@ class SparseLUDecomposition : protected SparseMatrix, * and left for backward * compability. It will be removed * in later versions. + * + * @deprecated */ virtual bool is_decomposed () const; -- 2.39.5