From: bangerth Date: Sun, 7 Nov 2010 20:06:15 +0000 (+0000) Subject: Fix a couple wrong links in the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db76d7d58b82392ff2d496ca00c99f5cbe11d81c;p=dealii-svn.git Fix a couple wrong links in the documentation. git-svn-id: https://svn.dealii.org/trunk@22623 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/grid_refinement.h b/deal.II/include/deal.II/distributed/grid_refinement.h index d597829701..94e10aaa6e 100644 --- a/deal.II/include/deal.II/distributed/grid_refinement.h +++ b/deal.II/include/deal.II/distributed/grid_refinement.h @@ -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. tria.n_active_cells() + * (and not + * tria.n_locally_owned_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 * 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, + * tria.n_active_cells() + * (and not + * tria.n_locally_owned_active_cells()). However, * the function will only look at the * indicators that correspond to those * cells that are actually locally