* @deprecated Use the previous function instead.
*/
template <int dim, int spacedim>
- void
+ DEAL_II_DEPRECATED_EARLY void
extract_locally_active_dofs(const DoFHandler<dim, spacedim> &dof_handler,
IndexSet &dof_set);
* @deprecated Use the previous function instead.
*/
template <int dim, int spacedim>
- void
+ DEAL_II_DEPRECATED_EARLY void
extract_locally_active_level_dofs(
const DoFHandler<dim, spacedim> &dof_handler,
IndexSet &dof_set,
* @deprecated Use the previous function instead.
*/
template <int dim, int spacedim>
- void
+ DEAL_II_DEPRECATED_EARLY void
extract_locally_relevant_dofs(const DoFHandler<dim, spacedim> &dof_handler,
IndexSet &dof_set);
* @deprecated Use the previous function instead.
*/
template <int dim, int spacedim>
- void
+ DEAL_II_DEPRECATED_EARLY void
extract_locally_relevant_level_dofs(
const DoFHandler<dim, spacedim> &dof_handler,
const unsigned int level,