]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Dec 2012 09:46:13 +0000 (09:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Dec 2012 09:46:13 +0000 (09:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@27777 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_base.h

index 0fb62efe6566d3a44751bb267956b1d18b736a1b..f40b303b3e207c667e365c29ff12072e2344a4ac 100644 (file)
@@ -584,6 +584,19 @@ public:
    * return the index of the same
    * degree of freedom on the cell.
    *
+   * @param face_index The index of the degree of freedom on a face.
+   *   This index must be between zero and dofs_per_face.
+   * @param face The number of the face this degree of freedom lives on.
+   *   This number must be between zero and GeometryInfo::faces_per_cell.
+   * @param face_orientation One part of the description of the orientation
+   *   of the face. See @ref GlossFaceOrientation .
+   * @param face_flip One part of the description of the orientation
+   *   of the face. See @ref GlossFaceOrientation .
+   * @param face_rotation One part of the description of the orientation
+   *   of the face. See @ref GlossFaceOrientation .
+   * @return The index of this degree of freedom within the set
+   *   of degrees of freedom on the entire cell. The returned value
+   *   will be between zero and dofs_per_cell.
    */
   unsigned int face_to_cell_index (const unsigned int face_index,
                                    const unsigned int face,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.