]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two comments in TriaAccessor. 12613/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 30 Jul 2021 18:50:19 +0000 (14:50 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 30 Jul 2021 18:50:19 +0000 (14:50 -0400)
We have a 'cell' when the structural dimension matches the topological
dimension.

include/deal.II/grid/tria_accessor.h

index d0f3eb879320558e15b37c2a11cc915c722b0455..7e4a7b2432ce3704561864b7d7ea0312264b33df 100644 (file)
@@ -1687,7 +1687,7 @@ public:
   /**
    * Number of faces.
    *
-   * @note Only implemented for cells (dim==spacedim).
+   * @note Only implemented for cells (structdim==dim).
    */
   unsigned int
   n_faces() const;
@@ -1710,7 +1710,7 @@ public:
    * Return an object that can be thought of as an array containing all indices
    * from zero to n_faces().
    *
-   * @note Only implemented for cells (dim==spacedim).
+   * @note Only implemented for cells (structdim==dim).
    */
   std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   face_indices() 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.