]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clarify a comment in FiniteElement. 6191/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 7 Apr 2018 05:03:46 +0000 (23:03 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 9 Apr 2018 03:04:36 +0000 (21:04 -0600)
include/deal.II/fe/fe.h

index 8ac63e35d69832fd73d294101c6fb3fd640047c6..1e579bdc05f010e4433aa2332549dacec4170187 100644 (file)
@@ -2413,9 +2413,9 @@ protected:
    * can be in (all combinations of the three bool flags face_orientation,
    * face_flip and face_rotation).
    *
-   * The standard implementation fills this with zeros, i.e. no permutation at
-   * all. Derived finite element classes have to fill this Table with the
-   * correct values.
+   * The constructor of this class fills this table with zeros, i.e.,
+   * no permutation at all. Derived finite element classes have to
+   * fill this Table with the correct values.
    */
   Table<2,int> adjust_quad_dof_index_for_face_orientation_table;
 
@@ -2428,9 +2428,9 @@ protected:
    * for permutation so the vector is empty. In 3D it has the size of
    * #dofs_per_line.
    *
-   * The standard implementation fills this with zeros, i.e. no permutation at
-   * all. Derived finite element classes have to fill this vector with the
-   * correct values.
+   * The constructor of this class fills this table with zeros, i.e.,
+   * no permutation at all. Derived finite element classes have to
+   * fill this vector with the correct values.
    */
   std::vector<int> adjust_line_dof_index_for_line_orientation_table;
 

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.