* Retrieve the global indices of the degrees of freedom on this cell in the
* level vector associated to the level of the cell.
*/
- void
+ DEAL_II_DEPRECATED void
get_mg_dof_indices(std::vector<types::global_dof_index> &dof_indices) const;
/**
/**
* @deprecated Use #update_normal_vectors instead.
*/
- update_face_normal_vectors = update_normal_vectors,
+ update_face_normal_vectors DEAL_II_DEPRECATED = update_normal_vectors,
/**
* @deprecated Use #update_normal_vectors instead.
*/
- update_cell_normal_vectors = update_normal_vectors,
+ update_cell_normal_vectors DEAL_II_DEPRECATED = update_normal_vectors,
//! Volume element
/**
* Compute the Jacobian of the transformation from the reference cell to the
/**
* @deprecated Use #update_quadrature_points instead.
*/
- update_q_points = update_quadrature_points,
+ update_q_points DEAL_II_DEPRECATED = update_quadrature_points,
/**
* @deprecated Use #update_hessians instead.
*/
- update_second_derivatives = update_hessians,
+ update_second_derivatives DEAL_II_DEPRECATED = update_hessians,
//! Values needed for Piola transform
/**
* Combination of the flags needed for Piola transform of Hdiv elements.
* In spite of using local block structure, all blocks will be entered
* into the same global matrix, disregarding any global block structure.
*/
-
+ DEAL_II_DEPRECATED
void
initialize_local_blocks(const BlockIndices &);