]> https://gitweb.dealii.org/ - dealii.git/commitdiff
undeprecate get_mg_dof_indices 8188/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 15 May 2019 20:00:20 +0000 (14:00 -0600)
committerTimo Heister <timo.heister@gmail.com>
Wed, 15 May 2019 20:00:20 +0000 (14:00 -0600)
fixes #7887
While the general function makes sense in assembly, this function is
useful in other situations and makes code more expressive.

include/deal.II/dofs/dof_accessor.h

index 0687cc682ad5c018a378121ae7623c3f5dd19223..f6e424f38db44983a6c69bfb4e355c711e6270eb 100644 (file)
@@ -168,7 +168,7 @@ namespace internal
  * either type or the other. Additionally, they can be cast into each other,
  * in case this is needed, since they access the same data.
  *
- * It is highly recommended to use the function get_active_or_mg_dof_indices()
+ * It is recommended to use the function get_active_or_mg_dof_indices()
  * in generic loops in lieu of get_dof_indices() or get_mg_dof_indices().
  *
  * <h3>Inheritance</h3>
@@ -1832,13 +1832,10 @@ public:
   get_dof_indices(std::vector<types::global_dof_index> &dof_indices) const;
 
   /**
-   * @deprecated Use get_active_or_mg_dof_indices() with level_cell_iterator
-   * returned from begin_mg().
-   *
    * Retrieve the global indices of the degrees of freedom on this cell in the
    * level vector associated to the level of the cell.
    */
-  DEAL_II_DEPRECATED void
+  void
   get_mg_dof_indices(std::vector<types::global_dof_index> &dof_indices) const;
 
   /**

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.