]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a couple wrong links in the documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 7 Nov 2010 20:06:15 +0000 (20:06 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 7 Nov 2010 20:06:15 +0000 (20:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@22623 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/distributed/grid_refinement.h

index d597829701776fcbc0d637f97335a85893cec653..94e10aaa6ea6dbc44eeeaab471e36dc781f531a6 100644 (file)
@@ -49,34 +49,31 @@ namespace parallel
                                        * but for parallel distributed
                                        * triangulation.
                                        *
-                                       * The vector of criteria needs
-                                       * to be a vector of refinement
-                                       * criteria for all cells
-                                       * active on the current
+                                       * The vector of criteria needs to be a
+                                       * vector of refinement criteria for
+                                       * all cells active on the current
                                        * triangulation,
-                                       * i.e. tria.dealii::Triangulation::n_active_cells(). However,
-                                       * the function will only look
-                                       * at the indicators that
-                                       * correspond to those cells
-                                       * that are actually locally
-                                       * owned, and ignore the
-                                       * indicators for all other
-                                       * cells. The function will
-                                       * then coordinate among all
-                                       * processors that store part
-                                       * of the triangulation so that
-                                       * at the end @p
-                                       * top_fraction_of_cells are
-                                       * refined, where the fraction
-                                       * is enforced as a fraction of
+                                       * i.e. <code>tria.n_active_cells()</code>
+                                       * (and not
+                                       * <code>tria.n_locally_owned_active_cells()</code>). However,
+                                       * the function will only look at the
+                                       * indicators that correspond to those
+                                       * cells that are actually locally
+                                       * owned, and ignore the indicators for
+                                       * all other cells. The function will
+                                       * then coordinate among all processors
+                                       * that store part of the triangulation
+                                       * so that at the end @p
+                                       * top_fraction_of_cells are refined,
+                                       * where the fraction is enforced as a
+                                       * fraction of
                                        * Triangulation::n_global_active_cells,
                                        * not
                                        * Triangulation::n_locally_active_cells
-                                       * on each processor
-                                       * individually. In other
-                                       * words, it may be that on
-                                       * some processors, no cells
-                                       * are refined at all.
+                                       * on each processor individually. In
+                                       * other words, it may be that on some
+                                       * processors, no cells are refined at
+                                       * all.
                                        *
                                        * The same is true for the fraction of
                                        * cells that is coarsened.
@@ -99,7 +96,9 @@ namespace parallel
                                        * vector of refinement criteria for
                                        * all cells active on the current
                                        * triangulation,
-                                       * i.e. tria.dealii::Triangulation::n_active_cells(). However,
+                                       * <code>tria.n_active_cells()</code>
+                                       * (and not
+                                       * <code>tria.n_locally_owned_active_cells()</code>). However,
                                        * the function will only look at the
                                        * indicators that correspond to those
                                        * cells that are actually locally

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.