]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a comment. 3278/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 21 Oct 2016 21:22:25 +0000 (16:22 -0500)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 21 Oct 2016 21:22:25 +0000 (16:22 -0500)
source/grid/grid_generator.cc

index 89fca820011b1f050af7ba93112e685c45ed6c87..dad0f4a50a45f14b8979d02338bc7175e8fa89fe 100644 (file)
@@ -4134,7 +4134,14 @@ namespace GridGenerator
         s.boundary_quads.push_back(quad);
       }
 
-    // use all of this to finally create the extruded 3d triangulation
+    // use all of this to finally create the extruded 3d
+    // triangulation.  it is not necessary to call
+    // GridReordering<3,3>::reorder_cells because the cells we have
+    // constructed above are automatically correctly oriented. this is
+    // because the 2d base mesh is always correctly oriented, and
+    // extruding it automatically yields a correctly oriented 3d mesh,
+    // as discussed in the edge orientation paper mentioned in the
+    // introduction to the GridReordering class.
     result.create_triangulation (points,
                                  cells,
                                  s);

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.