From: bangerth Date: Thu, 20 Sep 2012 12:26:40 +0000 (+0000) Subject: Group functions for doxygen. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53d1eb7fc21ad40826a1a8faa1c3fa325e5158a;p=dealii-svn.git Group functions for doxygen. git-svn-id: https://svn.dealii.org/trunk@26561 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_renumbering.h b/deal.II/include/deal.II/dofs/dof_renumbering.h index 8316bd811f..bb85d16439 100644 --- a/deal.II/include/deal.II/dofs/dof_renumbering.h +++ b/deal.II/include/deal.II/dofs/dof_renumbering.h @@ -669,6 +669,11 @@ namespace DoFRenumbering const bool reversed_numbering = false, const std::vector &starting_indices = std::vector ()); + /** + * @name Component-wise numberings + * @{ + */ + /** * Sort the degrees of freedom by * vector component. The @@ -790,13 +795,22 @@ namespace DoFRenumbering const ENDITERATOR& end, const std::vector &target_component); + /** + * @} + */ + + /** + * @name Various cell-wise numberings + * @{ + */ + /** - * Renumber the degrees cell by cell in hierarchical order - * (also known as z-order). The main usage is that this - * guarantees the same ordering independent of the - * number of processors involved in a parallel - * distributed computation. - */ + * Renumber the degrees cell by cell in hierarchical order + * (also known as z-order). The main usage is that this + * guarantees the same ordering independent of the + * number of processors involved in a parallel + * distributed computation. + */ template void hierarchical (DoFHandler &dof_handler); @@ -927,6 +941,14 @@ namespace DoFRenumbering const unsigned int level, const std::vector::cell_iterator>& cell_order); + /** + * @} + */ + + /** + * @name Directional numberings + * @{ + */ /** * Downstream numbering with respect to a @@ -1137,6 +1159,15 @@ namespace DoFRenumbering const Point& center, const bool counter); + /** + * @} + */ + + /** + * @name Selective and random numberings + * @{ + */ + /** * Sort those degrees of freedom * which are tagged with @p true @@ -1248,6 +1279,15 @@ namespace DoFRenumbering compute_random (std::vector &new_dof_indices, const DH& dof_handler); + /** + * @} + */ + + /** + * @name Numberings based on cell attributes + * @{ + */ + /** * Renumber the degrees of * freedom such that they are @@ -1301,6 +1341,10 @@ namespace DoFRenumbering compute_subdomain_wise (std::vector &new_dof_indices, const DH &dof_handler); + /** + * @} + */ + /** * Exception *