From ac31efaf049a074f97a23cdd28e3c90a408f569b Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 1 Jan 2017 23:53:23 -0500 Subject: [PATCH] Group the DoF mapping functions together. --- include/deal.II/dofs/dof_tools.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index a92426e15c..67e17e2281 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -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 &mapping, const DoFHandlerType &dof_handler, std::map, types::global_dof_index, Comp> &point_to_index_map); + /** + * @} + */ /** * Generate text output readable by gnuplot with point data based on the -- 2.39.5