From d07ec56cee838a14763fec7e4819d64182dc4140 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 18 Sep 2002 15:03:12 +0000 Subject: [PATCH] Doc fixes. git-svn-id: https://svn.dealii.org/trunk@6456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index f31e88b0d8..822e1caabf 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -167,13 +167,16 @@ class FE_Nedelec : public FiniteElement virtual const FiniteElement & base_element (const unsigned int index) const; /** - * Check for non-zero values on a face. - * * This function returns * @p{true}, if the shape * function @p{shape_index} has * non-zero values on the face - * @p{face_index}. + * @p{face_index}. For the lowest + * order Nedelec elements, this + * is actually the case for the + * one on which the shape + * function is defined and all + * neighboring ones. * * Implementation of the * interface in -- 2.39.5