From d8a7cabf47f15241e4ec5e726a0d77c4741dd3c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 10 Aug 1999 15:59:21 +0000 Subject: [PATCH] Document one of the latter changes better. git-svn-id: https://svn.dealii.org/trunk@1674 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 7e8062fd4e..c1161292d0 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -401,8 +401,12 @@ class FiniteElementBase : public Subscriptor, * the face, but the solutions are * discontinuous there nevertheless, such * that interpolation is not possible here. - * - * FINAL SOLUTION? NOT YET MADE UP! + * + * At least for the first case, the flags + * #restriction_is_additive# was introduced, + * see there for more information. For the + * latter case, NO SOLUTION HAS BEEN MADE + * UP YET. * * To compute the interpolation of a * finite element field to a cell, you -- 2.39.5