From: bangerth Date: Fri, 17 Sep 2010 11:57:18 +0000 (+0000) Subject: Add links to the new constraints module. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec857059db8d36bed525d6a118ca31867f7ed7ac;p=dealii-svn.git Add links to the new constraints module. git-svn-id: https://svn.dealii.org/trunk@22009 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index ccfa873e2b..3105748402 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -765,6 +765,8 @@ class VectorTools * * See the general doc for more * information. + * + * @ingroup constraints */ template static @@ -785,6 +787,7 @@ class VectorTools * function. Calls the other function * with remapped arguments. * + * @ingroup constraints */ template static @@ -801,6 +804,8 @@ class VectorTools * interpolate_boundary_values() * function, see above, with * mapping=MappingQ1@(). + * + * @ingroup constraints */ template static @@ -817,6 +822,8 @@ class VectorTools * interpolate_boundary_values() * function, see above, with * mapping=MappingQ1@(). + * + * @ingroup constraints */ template static @@ -952,6 +959,8 @@ class VectorTools * used for this component in @p * dof. By default, no remapping is * applied. + * + * @ingroup constraints */ template static void project_boundary_values (const Mapping &mapping, @@ -965,6 +974,8 @@ class VectorTools * Calls the project_boundary_values() * function, see above, with * mapping=MappingQ1@(). + * + * @ingroup constraints */ template static void project_boundary_values (const DoFHandler &dof, @@ -1047,6 +1058,8 @@ class VectorTools * last step we project $(I-P_0-P_e)\vec{f}$ * on the bubble shape functions defined on * the face. + * + * @ingroup constraints */ template static void project_boundary_values_curl_conforming (const DoFHandler& dof_handler, @@ -1058,6 +1071,8 @@ class VectorTools /** * Same as above for the hp-namespace. + * + * @ingroup constraints */ template static void project_boundary_values_curl_conforming (const hp::DoFHandler& dof_handler, @@ -1362,6 +1377,8 @@ class VectorTools * way it is created, it is not * constrained to be zero at * these points. + * + * @ingroup constraints */ template class DH, int spacedim> static