From dbaffc4f660407403bb29c7a6e1be2d83c5816ab Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Apr 2002 12:04:52 +0000 Subject: [PATCH] More doc clarifications. git-svn-id: https://svn.dealii.org/trunk@5725 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- 2.39.5