From: Timo Heister Date: Thu, 27 Sep 2012 18:26:37 +0000 (+0000) Subject: improve documentation for make_periodicity_constraints X-Git-Tag: v8.0.0~2009 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4396798c2642108de9a25d4b174ec780f665e9e0;p=dealii.git improve documentation for make_periodicity_constraints git-svn-id: https://svn.dealii.org/trunk@26801 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_tools.h b/deal.II/include/deal.II/dofs/dof_tools.h index 2820c3a8a9..3565e81af0 100644 --- a/deal.II/include/deal.II/dofs/dof_tools.h +++ b/deal.II/include/deal.II/dofs/dof_tools.h @@ -1001,6 +1001,12 @@ namespace DoFTools * function will be used for which the * respective flag was set in the component * mask. + * + * @note This function will not work + * for DoFHandler objects that are + * built on a + * parallel::distributed::Triangulation + * object. */ template void @@ -1079,6 +1085,12 @@ namespace DoFTools * function will be used for which the * respective flag was set in the component * mask. + * + * @note This function will not work + * for DoFHandler objects that are + * built on a + * parallel::distributed::Triangulation + * object. */ template void @@ -1099,6 +1111,12 @@ namespace DoFTools * corresponding vertices of the 'right' * boundary. This can be used to implement * conditions such as $u(0,y)=u(1,y+1)$. + * + * @note This function will not work + * for DoFHandler objects that are + * built on a + * parallel::distributed::Triangulation + * object. */ template void