From f94e43078f3311939fe0e18081058589f69a565d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 19 Dec 2005 15:34:38 +0000 Subject: [PATCH] Same comment for a different function as well. git-svn-id: https://svn.dealii.org/trunk@11875 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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; -- 2.39.5