]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Early deprecate functions in FEEvaluation 12350/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 29 May 2021 15:33:42 +0000 (17:33 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sat, 29 May 2021 16:20:36 +0000 (18:20 +0200)
include/deal.II/matrix_free/fe_evaluation.h

index 2e8fbbcc2acc2caf50390c18bf834c09899a1363..cff1d6c425ae0628d97ad4d7aad35858bcb67e76 100644 (file)
@@ -2789,7 +2789,7 @@ public:
    * Like above but with separate bool flags.
    * @deprecated use evaluate() with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   evaluate(const bool evaluate_values,
            const bool evaluate_gradients,
            const bool evaluate_hessians = false);
@@ -2814,7 +2814,7 @@ public:
    * Like above but using separate bool flags.
    * @deprecated use evaluate() with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   evaluate(const VectorizedArrayType *values_array,
            const bool                 evaluate_values,
            const bool                 evaluate_gradients,
@@ -2842,7 +2842,7 @@ public:
    * @deprecated Please use the gather_evaluate() function with the EvaluationFlags argument.
    */
   template <typename VectorType>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   gather_evaluate(const VectorType &input_vector,
                   const bool        evaluate_values,
                   const bool        evaluate_gradients,
@@ -2865,7 +2865,7 @@ public:
   /**
    * @deprecated Please use the integrate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   integrate(const bool integrate_values, const bool integrate_gradients);
 
   /**
@@ -2886,7 +2886,7 @@ public:
   /**
    * @deprecated Please use the integrate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   integrate(const bool           integrate_values,
             const bool           integrate_gradients,
             VectorizedArrayType *values_array);
@@ -2913,7 +2913,7 @@ public:
    * @deprecated Please use the integrate_scatter() function with the EvaluationFlags argument.
    */
   template <typename VectorType>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   integrate_scatter(const bool  integrate_values,
                     const bool  integrate_gradients,
                     VectorType &output_vector);
@@ -3208,7 +3208,7 @@ public:
   /**
    * @deprecated Please use the evaluate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   evaluate(const bool evaluate_values, const bool evaluate_gradients);
 
   /**
@@ -3230,7 +3230,7 @@ public:
   /**
    * @deprecated Please use the evaluate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   evaluate(const VectorizedArrayType *values_array,
            const bool                 evaluate_values,
            const bool                 evaluate_gradients);
@@ -3255,7 +3255,7 @@ public:
    * @deprecated Please use the gather_evaluate() function with the EvaluationFlags argument.
    */
   template <typename VectorType>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   gather_evaluate(const VectorType &input_vector,
                   const bool        evaluate_values,
                   const bool        evaluate_gradients);
@@ -3275,7 +3275,7 @@ public:
   /**
    * @deprecated Please use the integrate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   integrate(const bool integrate_values, const bool integrate_gradients);
 
   /**
@@ -3293,7 +3293,7 @@ public:
   /**
    * @deprecated Please use the integrate() function with the EvaluationFlags argument.
    */
-  void
+  DEAL_II_DEPRECATED_EARLY void
   integrate(const bool           integrate_values,
             const bool           integrate_gradients,
             VectorizedArrayType *values_array);

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.