]> https://gitweb.dealii.org/ - dealii.git/commitdiff
multigrid improved
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 17 Oct 2001 08:14:52 +0000 (08:14 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 17 Oct 2001 08:14:52 +0000 (08:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@5154 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/dof_renumbering.h

index 8f70cb91f6f7e547000159bb088c0589ea2eab48..b29d2466f0d660d0bb39fb97071562a5afe73041 100644 (file)
@@ -270,6 +270,45 @@ class DoFRenumbering
     component_wise (DoFHandler<dim>            &dof_handler,
                    const std::vector<unsigned int> &component_order = std::vector<unsigned int>());
 
+                                    /**
+                                     * Sort the degrees of freedom by
+                                     * component. The numbering within
+                                     * each component is not touched,
+                                     * so a degree of freedom with index
+                                     * $i$, belonging to some component,
+                                     * and another degree of freedom
+                                     * with index $j$ belonging to the same
+                                     * component will be assigned new
+                                     * indices $n(i)$ and $n(j)$ with
+                                     * $n(i)<n(j)$ if $i<j$ and
+                                     * $n(i)>n(j)$ if $i>j$.
+                                     *
+                                     * You may want to give the order in
+                                     * which the components are to be ordered
+                                     * (e.g. if the second argument contains
+                                     * the numbers @p{(0, 3, 2, 1)}, then all
+                                     * indices of component @p{0} will be
+                                     * before those of component @p{3}, before
+                                     * those of component @p{2}, ...). The
+                                     * length of this list has to be the
+                                     * same as the number of components
+                                     * in the finite element, and has to
+                                     * contain all numbers counted from
+                                     * zero onwards. If
+                                     * you ommit this argument, the same
+                                     * order as given by the finite element
+                                     * is used.
+                                     *
+                                     * For finite elements with only one
+                                     * component, this function is the
+                                     * identity operation.
+                                     */
+    template <int dim>
+    static void
+    component_wise (MGDoFHandler<dim>&               dof_handler,
+                   unsigned int                     level,
+                   const std::vector<unsigned int>& component_order = std::vector<unsigned int>());
+
                                     /**
                                      * Cell-wise renumbering for DG
                                      * elements.  This function takes

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.