]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace one usage of GeometryInfo<dim>::face_indices() with reference_cell().face_ind... 18068/head
authorQingyuan Shi <shiqy21@mails.tsinghua.edu.cn>
Sat, 1 Feb 2025 03:47:07 +0000 (11:47 +0800)
committerQingyuan Shi <shiqy21@mails.tsinghua.edu.cn>
Thu, 8 May 2025 01:04:03 +0000 (09:04 +0800)
new line at end of file

remove changelog file

source/grid/grid_generator.cc

index 285c66f11c4645124cd99ecb0493578c8168a913..2dccd53282c9f1349c584f1674a8e4193bfde832 100644 (file)
@@ -8710,7 +8710,7 @@ namespace GridGenerator
            volume_mesh.begin(0);
          cell != volume_mesh.end(0);
          ++cell)
-      for (const unsigned int i : GeometryInfo<dim>::face_indices())
+      for (const unsigned int i : cell->reference_cell().face_indices())
         {
           const typename MeshType<dim, spacedim>::face_iterator face =
             cell->face(i);

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.