From: David Wells Date: Mon, 2 Jan 2017 04:53:23 +0000 (-0500) Subject: Group the DoF mapping functions together. X-Git-Tag: v8.5.0-rc1~296^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac31efaf049a074f97a23cdd28e3c90a408f569b;p=dealii.git Group the DoF mapping functions together. --- 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