]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update comment 10723/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 20 Jul 2020 15:23:24 +0000 (15:23 +0000)
committerTimo Heister <timo.heister@gmail.com>
Mon, 20 Jul 2020 15:25:21 +0000 (11:25 -0400)
source/grid/tria.cc

index 620708e1cf9fe543b3498960f78f236d9108470d..c4e207e428508f4411a944b6b2e90995cdf01869 100644 (file)
@@ -13319,13 +13319,15 @@ Triangulation<dim, spacedim>::prepare_coarsening_and_refinement()
                     // cycle
                     unsigned int unrefined_neighbors = 0, total_neighbors = 0;
 
-                    // Keep track if this cell is at a periodic boundary or not.
-                    // We do not currently run the algorithm for inner islands
-                    // on these (remains to be implemented), but we also don't
-                    // want to consider them boundary_island cells as this can
-                    // interfere with 2:1 refinement across periodic faces.
-                    // Instead: just ignore those cells for this smoothing
-                    // operation below.
+                    // Keep track if this cell is at a periodic
+                    // boundary or not.  TODO: We do not currently run
+                    // the algorithm for inner islands at a periodic
+                    // boundary (remains to be implemented), but we
+                    // also don't want to consider them
+                    // boundary_island cells as this can interfere
+                    // with 2:1 refinement across periodic faces.
+                    // Instead: just ignore those cells for this
+                    // smoothing operation below.
                     bool at_periodic_boundary = false;
 
                     for (const unsigned int n :

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.