From 3bea3eed55538f3f58b6c6a95685b9c716e9621c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 Oct 2018 17:03:02 -0600 Subject: [PATCH] Minor doc update to class parallel::CellWeights. --- include/deal.II/distributed/cell_weights.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/deal.II/distributed/cell_weights.h b/include/deal.II/distributed/cell_weights.h index f41765bfa9..eecd4c69bd 100644 --- a/include/deal.II/distributed/cell_weights.h +++ b/include/deal.II/distributed/cell_weights.h @@ -32,15 +32,15 @@ namespace parallel * or by refinement/coarsening, cells will be distributed amongst all * subdomains to achieve an equally balanced workload. If the workload per * cell varies, which is in general the case for hp::DoFHandler objects, we - * can take those into account by introducing individual weights for + * can take that into account by introducing individual weights for * different cells. * - * This class allows to consult the FiniteElement, that it associated with - * each cell by the hp::DoFHandler, to determine the weight of the cell for - * load balancing. One can choose from predefined weighting algorithms - * provided by this class or provide a custom one. The chosen weighting - * function will be connected to the corresponding signal of the linked - * parallel::Triangulation via callback. + * This class allows computing these weights for load balancing by + * consulting the FiniteElement that is associated with each cell of + * a hp::DoFHandler. One can choose from predefined weighting + * algorithms provided by this class or provide a custom one. The + * chosen weighting function will be connected to the corresponding + * signal of the linked parallel::Triangulation via callback. * * An object of this class needs to exist for every DoFHandler associated * with the Triangulation we work on to achieve satisfying work balancing -- 2.39.5