]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate MGTools::extract_non_interface_dofs 7051/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 12 Aug 2018 10:44:38 +0000 (12:44 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 12 Aug 2018 11:06:33 +0000 (13:06 +0200)
include/deal.II/multigrid/mg_tools.h

index 229e2ef72b30cb67af55d8a36bbaca0fdf80baa0..f6c70154819aa022b594f23b4eae5411f1cdecc2 100644 (file)
@@ -253,9 +253,16 @@ namespace MGTools
   extract_inner_interface_dofs(const DoFHandler<dim, spacedim> &mg_dof_handler,
                                std::vector<IndexSet> &          interface_dofs);
 
-
+  /**
+   * For each level in a multigrid hierarchy, produce a std::set of degrees of
+   * freedoms that are not located along interfaces of this level to cells that
+   * only exist on coarser levels.
+   *
+   * @deprecated Use extract_inner_interface_dofs() for computing the complement
+   * of degrees of freedoms instead.
+   */
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   extract_non_interface_dofs(
     const DoFHandler<dim, spacedim> &               mg_dof_handler,
     std::vector<std::set<types::global_dof_index>> &non_interface_dofs);

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.