]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix comment for GridTools::consistently_order_cells
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 2 Jul 2023 03:04:19 +0000 (23:04 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 3 Jul 2023 21:51:15 +0000 (17:51 -0400)
include/deal.II/grid/grid_generator.h
include/deal.II/grid/grid_in.h
include/deal.II/grid/grid_tools.h
include/deal.II/grid/tria_levels.h

index e1595f46a376fce8828308f68f6e0139fbfe8a4a..2b292683a2fb1c5242f69a3bd36a0c5f998e06be 100644 (file)
@@ -559,7 +559,7 @@ namespace GridGenerator
    * vectors. Colorizing is done according to hyper_rectangle().
    *
    * @note This function silently reorders the vertices on the cells to
-   * lexicographic ordering (see <code>GridReordering::reorder_grid</code>).
+   * lexicographic ordering (see GridTools::consistently_order_cells()).
    * In other words, if reordering of the vertices does occur, the ordering of
    * vertices in the array of <code>corners</code> will no longer refer to the
    * same triangulation.
index b49c113775c7620f693de5dd77b4905b0b31d80b..4ac0fa78060b392c05f761e7c7d7c2c666e95907 100644 (file)
@@ -234,7 +234,7 @@ struct CellData;
  *
  * </ul>
  *
- * <h3>Structure of input grid data. The GridReordering class</h3>
+ * <h3>Structure of input grid data.</h3>
  *
  * It is your duty to use a correct numbering of vertices in the cell list,
  * i.e. for lines in 1d, you have to first give the vertex with the lower
@@ -897,7 +897,7 @@ protected:
    * requirements of the ordering of cells and their faces, i.e. that all
    * faces need to have unique directions and specified orientations with
    * respect to neighboring cells (see the documentations to this class and
-   * the GridReordering class).
+   * the GridTools::consistently_order_cells() function).
    *
    * The output of this function consists of vectors for each line bounding
    * the cells indicating the direction it has with respect to the orientation
index d08616d6e1913d894903f74511e2a81c1faf1b9b..c7cefd6bae49dcecf0070cbf2ce3c5faacaf9595 100644 (file)
@@ -3841,8 +3841,6 @@ namespace GridTools
 
 } /*namespace GridTools*/
 
-
-
 /* ----------------- Template function --------------- */
 
 #ifndef DOXYGEN
index dde87edd67067a8cc35404a530497af8ddfde745..a354dfb664859f31b58ede74e7c82c3898d81304 100644 (file)
@@ -201,7 +201,7 @@ namespace internal
        * parallel normal vectors. (For both things, see the paper by
        * Agelek, Anderson, Bangerth, Barth in the ACM Transactions on
        * Mathematical Software mentioned in the documentation of the
-       * GridReordering class.)
+       * GridTools::consistently_order_cells() function.)
        *
        * The problem is that we originally had another condition, namely that
        * faces 0, 2 and 4 have normals that point into the cell, while the

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.