From: wolf Date: Wed, 18 Sep 2002 15:03:12 +0000 (+0000) Subject: Doc fixes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07ec56cee838a14763fec7e4819d64182dc4140;p=dealii-svn.git Doc fixes. git-svn-id: https://svn.dealii.org/trunk@6456 0785d39b-7218-0410-832d-ea1e28bc413d --- 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