]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor fix in doc for `p:d:TriaBase`. 11962/head
authorMarc Fehling <mafehling.git@gmail.com>
Wed, 24 Mar 2021 20:16:09 +0000 (14:16 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Wed, 24 Mar 2021 20:33:41 +0000 (14:33 -0600)
include/deal.II/distributed/tria_base.h

index eae6bd8053042882d355c738e11d642634c86d94..ab79810587e2be2523e9acf0d97df566dc1f3719 100644 (file)
@@ -536,7 +536,7 @@ namespace parallel
      * or coarsening flags set on that cell, to accommodate things such as
      * the "one hanging node per edge" rule.). These flags need to be
      * read in context with the p4est quadrant they belong to, as their
-     * relations are gathered in local_quadrant_cell_relations.
+     * relations are gathered in local_cell_relations.
      *
      * Specifically, the values for this argument mean the following:
      *
@@ -548,7 +548,7 @@ namespace parallel
      * - `CELL_REFINE`: This cell will be refined into 4 or 8 cells (in 2d
      * and 3d, respectively). However, because these children don't exist
      * yet, you cannot access them at the time when the callback is
-     * called. Thus, in local_quadrant_cell_relations, the corresponding
+     * called. Thus, in local_cell_relations, the corresponding
      * p4est quadrants of the children cells are linked to the deal.II
      * cell which is going to be refined. To be specific, only the very
      * first child is marked with `CELL_REFINE`, whereas the others will be

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.