From: Wolfgang Bangerth Date: Mon, 19 Dec 2005 15:34:38 +0000 (+0000) Subject: Same comment for a different function as well. X-Git-Tag: v8.0.0~12771 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94e43078f3311939fe0e18081058589f69a565d;p=dealii.git Same comment for a different function as well. git-svn-id: https://svn.dealii.org/trunk@11875 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 39b4dcb368..27713d5aeb 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -989,7 +989,18 @@ class FiniteElement : public Subscriptor, * Same as * @p system_to_base_index, but * for degrees of freedom located - * on a face. + * on a face. The range of allowed + * indices is therefore + * 0..dofs_per_face. + * + * You will rarely need this + * function in application + * programs, since almost all + * application codes only need to + * deal with cell indices, not + * face indices. The function is + * mainly there for use inside + * the library. */ std::pair, unsigned int> face_system_to_base_index (const unsigned int index) const;