From: Ralf Hartmann Date: Mon, 3 Jun 2002 11:48:01 +0000 (+0000) Subject: Comment on `back_interpolate and interpolation_difference does not work on continuous... X-Git-Tag: v8.0.0~17953 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059c8764b8ab1ed2948502e67a67eb0eacc34989;p=dealii.git Comment on `back_interpolate and interpolation_difference does not work on continuous elements at hanging nodes'. git-svn-id: https://svn.dealii.org/trunk@5968 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 f230232855..f01d0bb95e 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -173,6 +173,10 @@ class FETools * as if it were a subset then * @p{u1_interpolated} would be * equal to @p{u1}. + * + * Note, that this function does + * not work on continuous + * elements at hanging nodes. */ template static void back_interpolate (const DoFHandler &dof1, @@ -186,6 +190,10 @@ class FETools * is the interpolation from @p{fe1} * to @p{fe2}. $(Id-I_h)z1$ is * denoted by @p{z1_difference}. + * + * Note, that this function does + * not work on continuous + * elements at hanging nodes. */ template static void interpolation_difference(const DoFHandler &dof1,