]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Group the DoF mapping functions together.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 2 Jan 2017 04:53:23 +0000 (23:53 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 2 Jan 2017 05:29:15 +0000 (00:29 -0500)
include/deal.II/dofs/dof_tools.h

index a92426e15c6ec4062f2390c9a7ef0e728a265c93..67e17e22815a95d23fdd53dc66eb6de7f3e76773 100644 (file)
@@ -2119,6 +2119,11 @@ namespace DoFTools
    * @}
    */
 
+  /**
+   * @name Functions that return different DoF mappings
+   * @{
+   */
+
   /**
    * Create a mapping from degree of freedom indices to the index of that
    * degree of freedom on the boundary. After this operation,
@@ -2255,6 +2260,9 @@ namespace DoFTools
   (const Mapping<DoFHandlerType::dimension, DoFHandlerType::space_dimension>       &mapping,
    const DoFHandlerType                                                            &dof_handler,
    std::map<Point<DoFHandlerType::space_dimension>, types::global_dof_index, Comp> &point_to_index_map);
+  /**
+   * @}
+   */
 
   /**
    * Generate text output readable by gnuplot with point data based on the

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.