]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide documentation for a function's arguments. 1001/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 Jun 2015 02:30:57 +0000 (21:30 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 Jun 2015 02:31:13 +0000 (21:31 -0500)
This addresses #977.

include/deal.II/dofs/dof_renumbering.h

index 96170f8a58d9b48845e60b939f41dd92ab82a489..13132952156c2589c5f482c52511832aa82fa1fb 100644 (file)
@@ -523,7 +523,24 @@ namespace DoFRenumbering
    * If the given DoFHandler uses a distributed triangulation (i.e., if
    * dof_handler.locally_owned() is not the complete index set), the
    * renumbering is performed on each processor's degrees of freedom
-   * individually.
+   * individually, without any communication between processors.
+   *
+   * @param dof_handler The DoFHandler or hp::DoFHandler object to work on.
+   * @param reversed_numbering Whether to use the original Cuthill-McKee
+   *   algorithm, or to reverse the ordering.
+   * @param use_constraints Whether or not to use hanging node constraints
+   *   in determining the reordering of degrees of freedom.
+   * @param starting_indices A set of degrees of freedom that form the
+   *   first level of renumbered degrees of freedom. If the set is empty,
+   *   then a single starting entry is chosen automatically among those
+   *   that have the smallest number of others that couple with it.
+   *   If the DoFHandler is built on a parallel triangulation, then on every
+   *   processor, these starting indices need to be a (possibly empty)
+   *   subset of the @ref GlossLocallyOwnedDof "locally owned degrees of freedom".
+   *   These will then be used as starting indices for the local renumbering
+   *   on the current processor. (In other words, this argument will in
+   *   fact be different on every processor unless you pass an
+   *   empty list as is the default.)
    */
   template <class DH>
   void

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.