]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add cross-references for global indices 14055/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 26 Jun 2022 07:56:01 +0000 (09:56 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 29 Jun 2022 06:17:48 +0000 (08:17 +0200)
include/deal.II/distributed/tria_base.h
include/deal.II/grid/tria_accessor.h

index 166453c5306e6f3a3280361f1e8ecdef18be87d0..c9c40be3024920c5d3ad26e47d8e136a6a27537e 100644 (file)
@@ -204,14 +204,16 @@ namespace parallel
 
     /**
      * Return partitioner for the global indices of the cells on the active
-     * level of the triangulation.
+     * level of the triangulation, which is returned by the function
+     * CellAccessor::global_active_cell_index().
      */
     const std::weak_ptr<const Utilities::MPI::Partitioner>
     global_active_cell_index_partitioner() const;
 
     /**
      * Return partitioner for the global indices of the cells on the given @p
-     * level of the triangulation.
+     * level of the triangulation, which is returned by the function
+     * CellAccessor::global_level_cell_index().
      */
     const std::weak_ptr<const Utilities::MPI::Partitioner>
     global_level_cell_index_partitioner(const unsigned int level) const;
index 2d191f5dcd8cb852a68d162b8f9f92bede892f83..6d8b32f152f26e860d37467ea991132154f4e980 100644 (file)
@@ -3781,7 +3781,9 @@ public:
   /**
    * Return a globally unique index for a non-artificial level cell.
    *
-   * @note Similar to global_active_cell_index().
+   * @note Similar to global_active_cell_index(), with the difference
+   * that the cell-data vector has been set up with
+   * parallel::TriangulationBase::global_level_cell_index_partitioner().
    */
   types::global_cell_index
   global_level_cell_index() const;

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.