]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a few missing DEAL_II_DEPRECATED attributes. 7554/head
authorDavid Wells <wellsd2@rpi.edu>
Fri, 28 Dec 2018 21:01:34 +0000 (16:01 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 28 Dec 2018 22:16:17 +0000 (17:16 -0500)
include/deal.II/dofs/dof_accessor.h
include/deal.II/fe/fe_update_flags.h
include/deal.II/meshworker/simple.h
include/deal.II/numerics/point_value_history.h

index 4bd746724a0ed63dabcdfc34301ba48d3ee8fb8b..ae1826087776fafe6525ad5d98d1de3cb16c8b85 100644 (file)
@@ -1838,7 +1838,7 @@ public:
    * 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;
 
   /**
index 2399adec307f81abd4818478d743e3985806a23c..181425091dd7324c50898f51865c15c592eb9c55 100644 (file)
@@ -132,11 +132,11 @@ enum UpdateFlags
   /**
    * @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
@@ -211,11 +211,11 @@ enum UpdateFlags
   /**
    * @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.
index 3a91188ab217bbc176c1d417edfe5b9febdb9e37..3b3dce73cc57d56e77869f85ae79576ea43e9039 100644 (file)
@@ -86,7 +86,7 @@ namespace MeshWorker
        * 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 &);
 
index 3e7ed4a103ad1f2535881c96215f4c83d20afddb..c9d57b4dd9937bcb6de0ef3fcfb5c8303f672a96 100644 (file)
@@ -480,6 +480,7 @@ public:
    * get_support_locations replaces it and reflects the fact that the points
    * returned are actually the support points.
    */
+  DEAL_II_DEPRECATED
   void
   get_points(std::vector<std::vector<Point<dim>>> &locations);
 

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.