From: bangerth Date: Fri, 7 Mar 2008 14:28:49 +0000 (+0000) Subject: Improve docs in one more point. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9604fc6bd4d98214f1880421c09d069f7047c6d7;p=dealii-svn.git Improve docs in one more point. git-svn-id: https://svn.dealii.org/trunk@15869 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h index 677fbbef27..1f6c2146b8 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -352,10 +352,18 @@ class DoFRenumbering * * While often slighty slower to * compute, the algorithms using - * often lead to matrices with - * smaller bandwidths and sparse - * ILUs based on this numbering - * are therefore more efficient. + * BOOST often lead to matrices + * with smaller bandwidths and + * sparse ILUs based on this + * numbering are therefore more + * efficient. + * + * For a comparison of these + * algorithms with the ones + * defined in DoFRenumbering, see + * the comparison section in the + * documentation of the + * DoFRenumbering namespace. */ class boost {