]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor doc update to class parallel::CellWeights. 7325/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 10 Oct 2018 23:03:02 +0000 (17:03 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 11 Oct 2018 17:36:51 +0000 (11:36 -0600)
include/deal.II/distributed/cell_weights.h

index f41765bfa99d36f2c8f236807ae21abadc95da94..eecd4c69bddcef4b8da54bc3a17a6e3f0036f218 100644 (file)
@@ -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

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.