From: guido Date: Wed, 12 Jul 2000 21:20:23 +0000 (+0000) Subject: Authors X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d703661a6f8723e8a20311af1dd776df7b2a858;p=dealii-svn.git Authors git-svn-id: https://svn.dealii.org/trunk@3155 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/precondition_block.h b/deal.II/lac/include/lac/precondition_block.h index 7bbbcf9e10..49c3778fd8 100644 --- a/deal.II/lac/include/lac/precondition_block.h +++ b/deal.II/lac/include/lac/precondition_block.h @@ -72,7 +72,7 @@ template class Vector; * corresponding ``.templates.h'' file and instantiate the respective * class yourself. * - * @author Ralf Hartmann, 1999 + * @author Ralf Hartmann, Guido Kanschat, 1999, 2000 */ template class PreconditionBlock @@ -246,6 +246,8 @@ class PreconditionBlock /** * Block Jacobi preconditioning. + * See @ref{PreconditionBlock} for requirements on the matrix. + * @author Ralf Hartmann, Guido Kanschat, 1999, 2000 */ template class PreconditionBlockJacobi : public Subscriptor, @@ -303,6 +305,9 @@ class PreconditionBlockJacobi : public Subscriptor, * The diagonal blocks and the elements * (of arbitray structure) below the diagonal blocks are used * in the @p{operator ()} function of this class. + * + * See @ref{PreconditionBlock} for requirements on the matrix. + * @author Ralf Hartmann, Guido Kanschat, 1999, 2000 */ template class PreconditionBlockSOR : public Subscriptor,