From: Wolfgang Bangerth Date: Wed, 24 Apr 2002 12:04:52 +0000 (+0000) Subject: More doc clarifications. X-Git-Tag: v8.0.0~18123 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbaffc4f660407403bb29c7a6e1be2d83c5816ab;p=dealii.git More doc clarifications. git-svn-id: https://svn.dealii.org/trunk@5725 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 6a45e7090e..a7277a6bb9 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -143,6 +143,13 @@ class FETools * function space on the whole * triangulation, although it is * of course Q1 on each cell. + * + * To make the field conforming + * again, you have to have a + * hanging node constraints + * object, and call its + * @p{distribute} function on the + * result of this function. */ template static void interpolate (const DoFHandler &dof1,