From 4a1a4cb0b983a62df7830e09f6e8689d83987cc3 Mon Sep 17 00:00:00 2001 From: wolf 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