From 4621fe2a910489afa2a72a773b5d6054164ab129 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 22:07:35 +0000 Subject: [PATCH] Cross-reference a function. git-svn-id: https://svn.dealii.org/trunk@19038 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index f28d2ecf83..17f120e91d 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -1788,8 +1788,11 @@ class DoFTools std::vector >& tables_by_block); /** - * Make a constraint matrix with - * zero boundary values. + * Make a constraint matrix for the + * constraints that result from zero + * boundary values. This function is used + * in @ref step_36 "step-36", for + * example. */ template class DH> static void -- 2.39.5