From: Wolfgang Bangerth Date: Fri, 2 Jan 2015 19:08:07 +0000 (-0600) Subject: Remove deprecated function DoFRenumbering::downstream_dg. X-Git-Tag: v8.3.0-rc1~566^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec454cac979b14ffc62d88d73fc068e4a0353a7;p=dealii.git Remove deprecated function DoFRenumbering::downstream_dg. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 8f96e3cb8a..bdf06b10f0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -69,6 +69,7 @@ inconvenience this causes. The implementation as it is now no longer supports either of these two concepts (since we switched from the FunctionParser library to the muparser library after the deal.II 8.1 release). + - DoFRenumbering::downstream_dg.
  • Removed: The config.h file no longer exports HAVE_* definitions. diff --git a/include/deal.II/dofs/dof_renumbering.h b/include/deal.II/dofs/dof_renumbering.h index b0dfebb3fa..999ab64690 100644 --- a/include/deal.II/dofs/dof_renumbering.h +++ b/include/deal.II/dofs/dof_renumbering.h @@ -842,41 +842,6 @@ namespace DoFRenumbering const Point &direction, const bool dof_wise_renumbering = false); - /** - * @deprecated Use downstream() instead. - */ - template - void - downstream_dg (DH &dof, - const Point &direction) DEAL_II_DEPRECATED; - - template - void - downstream_dg (DH &dof, - const Point &direction) - { - downstream(dof, direction); - } - - - /** - * @deprecated Use downstream() instead. - */ - template - void - downstream_dg (DH &dof, - unsigned int level, - const Point &direction) DEAL_II_DEPRECATED; - - template - void - downstream_dg (DH &dof, - unsigned int level, - const Point &direction) - { - downstream(dof, level, direction); - } - /** * Computes the renumbering vector needed by the downstream() function. Does * not perform the renumbering on the DoFHandler dofs but returns the