]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function DoFRenumbering::downstream_dg.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Jan 2015 19:08:07 +0000 (13:08 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:48 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/dofs/dof_renumbering.h

index 8f96e3cb8a518d9987fdc901dee3dc4b00412d6d..bdf06b10f0a8bdde850c4bc3f6d1428fcaa14457 100644 (file)
@@ -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.
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index b0dfebb3fab7c772c961d6ddde7a09da2eba058b..999ab64690f82a8b6e77e5e1f37516d6344946e4 100644 (file)
@@ -842,41 +842,6 @@ namespace DoFRenumbering
               const Point<DH::space_dimension>  &direction,
               const bool         dof_wise_renumbering = false);
 
-  /**
-   * @deprecated Use downstream() instead.
-   */
-  template <class DH>
-  void
-  downstream_dg (DH &dof,
-                 const Point<DH::space_dimension> &direction) DEAL_II_DEPRECATED;
-
-  template <class DH>
-  void
-  downstream_dg (DH &dof,
-                 const Point<DH::space_dimension> &direction)
-  {
-    downstream(dof, direction);
-  }
-
-
-  /**
-   * @deprecated Use downstream() instead.
-   */
-  template <class DH>
-  void
-  downstream_dg (DH &dof,
-                 unsigned int level,
-                 const Point<DH::space_dimension> &direction) DEAL_II_DEPRECATED;
-
-  template <class DH>
-  void
-  downstream_dg (DH &dof,
-                 unsigned int level,
-                 const Point<DH::space_dimension> &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

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.