From: bangerth Date: Thu, 21 Aug 2008 15:26:49 +0000 (+0000) Subject: xlink step-31. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa98aad77117fa4a724b434b3ffc5113138576d;p=dealii-svn.git xlink step-31. git-svn-id: https://svn.dealii.org/trunk@16625 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index f68562e45c..153f8a1068 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -217,7 +217,7 @@ class BlockIndices; * typically the case for 3d, or high polynomial degree computations, as well * as for hp finite element methods, see for example the @ref hp_paper "hp * paper". This is the case discussed in the hp tutorial program, - * @ref step_27 "step-27". + * @ref step_27 "step-27", as well as in @ref step_31 "step-31". * *
  • There may not be a condense() * function for the matrix you use (this is, for example, the case