]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed some typos/added settings explanation 4067/head
authortcclevenger <tcleven@clemson.edu>
Wed, 29 Mar 2017 17:17:32 +0000 (13:17 -0400)
committertcclevenger <tcleven@clemson.edu>
Wed, 29 Mar 2017 17:17:32 +0000 (13:17 -0400)
include/deal.II/distributed/shared_tria.h
include/deal.II/grid/grid_tools.h

index c1a53576b5f6c5ac372695669869726b7b975ddb..8306fbea913ed03aa05e6f2b535b1575297637cc 100644 (file)
@@ -74,6 +74,11 @@ namespace parallel
       /**
        * Configuration flags for distributed Triangulations to be set in the
        * constructor. Settings can be combined using bitwise OR.
+       *
+       * The constructor requires that exactly one of <code>partition_metis</code>,
+       * <code>partition_zorder</code>, and <code>partition_custom_signal</code> be set.
+       * If no setting is given to the constructor, it will set <code>partition_metis</code>
+       * by default.
        */
       enum Settings
       {
index 952d74a3bfee5847b373ebab5d98c44a606b1e9f..70029dd2340c8be0455b2265819ef4bc86197b96 100644 (file)
@@ -928,9 +928,9 @@ namespace GridTools
                                   Triangulation<dim,spacedim> &triangulation);
 
   /**
-   * Partitions the cells of a multigrid heirarchy by assigning level subdomain ids
-   * using the "youngest child" rule, that is, each cell in the heirarchy is owned by
-   * the processor who owns its left most child in the forrest, and active cells
+   * Partitions the cells of a multigrid hierarchy by assigning level subdomain ids
+   * using the "youngest child" rule, that is, each cell in the hierarchy is owned by
+   * the processor who owns its left most child in the forest, and active cells
    * have the same subdomain id and level subdomain id. You can access the level subdomain
    * id of a cell by using <tt>cell-@>level_subdomain_id()</tt>.
    *

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.