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.
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