From: bangerth Date: Mon, 20 Aug 2012 18:42:28 +0000 (+0000) Subject: Update a couple of comments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a08e2e56995cef7bea10428131c4b6a09c69572;p=dealii-svn.git Update a couple of comments. git-svn-id: https://svn.dealii.org/trunk@26038 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_renumbering.h b/deal.II/include/deal.II/dofs/dof_renumbering.h index 472c76ea4c..26e0f9af7b 100644 --- a/deal.II/include/deal.II/dofs/dof_renumbering.h +++ b/deal.II/include/deal.II/dofs/dof_renumbering.h @@ -1149,6 +1149,11 @@ namespace DoFRenumbering * preserved, as is the relative * order within the untagged * ones. + * + * @precondition The @p selected_dofs + * array must have as many elements as + * the @p dof_handler has degrees of + * freedom. */ template void @@ -1168,6 +1173,11 @@ namespace DoFRenumbering * preserved, as is the relative * order within the untagged * ones. + * + * @precondition The @p selected_dofs + * array must have as many elements as + * the @p dof_handler has degrees of + * freedom on the given level. */ template void @@ -1183,6 +1193,11 @@ namespace DoFRenumbering * renumbering on the DoFHandler * dofs but returns the * renumbering vector. + * + * @precondition The @p selected_dofs + * array must have as many elements as + * the @p dof_handler has degrees of + * freedom. */ template void @@ -1199,6 +1214,11 @@ namespace DoFRenumbering * renumbering on the MGDoFHandler * dofs but returns the * renumbering vector. + * + * @precondition The @p selected_dofs + * array must have as many elements as + * the @p dof_handler has degrees of + * freedom on the given level. */ template void