From f937cd3dc9a6e455ca741278bd8c02a3c33619ae Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 17 Sep 2010 11:57:04 +0000 Subject: [PATCH] Add links to the new constraints module. git-svn-id: https://svn.dealii.org/trunk@22008 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 46f60d7777..045b3d6cbe 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -447,6 +447,8 @@ class DoFTools * subdomain_id for which it is * responsible. This feature is * used in step-32. + * + * @ingroup constraints */ template static @@ -603,6 +605,8 @@ class DoFTools * subdomain_id for which it is * responsible. This feature is * used in step-32. + * + * @ingroup constraints */ template static @@ -764,6 +768,8 @@ class DoFTools * well. * Not implemented for * hp::DoFHandler. + * + * @ingroup constraints */ template static void @@ -875,6 +881,8 @@ class DoFTools * function) can be either a * ::DoFHandler, hp::DoFHandler, * or MGDoFHandler. + * + * @ingroup constraints */ template static void @@ -1854,6 +1862,8 @@ class DoFTools * boundary values. This function is used * in step-36, for * example. + * + * @ingroup constraints */ template class DH> static void -- 2.39.5