From 58bc649b5e396cb0f79c21d9a7cd86fbedb1ae01 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 1 Jul 2023 23:04:19 -0400 Subject: [PATCH] Fix comment for GridTools::consistently_order_cells --- include/deal.II/grid/grid_generator.h | 2 +- include/deal.II/grid/grid_in.h | 4 ++-- include/deal.II/grid/grid_tools.h | 2 -- include/deal.II/grid/tria_levels.h | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index e1595f46a3..2b292683a2 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -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 GridReordering::reorder_grid). + * 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 corners will no longer refer to the * same triangulation. diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index b49c113775..4ac0fa7806 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -234,7 +234,7 @@ struct CellData; * * * - *

Structure of input grid data. The GridReordering class

+ *

Structure of input grid data.

* * 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 diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index d08616d6e1..c7cefd6bae 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -3841,8 +3841,6 @@ namespace GridTools } /*namespace GridTools*/ - - /* ----------------- Template function --------------- */ #ifndef DOXYGEN diff --git a/include/deal.II/grid/tria_levels.h b/include/deal.II/grid/tria_levels.h index dde87edd67..a354dfb664 100644 --- a/include/deal.II/grid/tria_levels.h +++ b/include/deal.II/grid/tria_levels.h @@ -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 -- 2.39.5