]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual 10648/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 2 Jul 2020 14:01:53 +0000 (10:01 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 2 Jul 2020 14:02:20 +0000 (10:02 -0400)
include/deal.II/integrators/divergence.h

index d8786184b2b5ed86bc18c26aa85eeae7fb6b713c..8e97a9910563f12d1a8016fd11853514677e5734 100644 (file)
@@ -403,44 +403,6 @@ namespace LocalIntegrators
         }
     }
 
-    /**
-     * @deprecated Use LocalIntegrators::GradDiv::cell_matrix() instead.
-     */
-    template <int dim>
-    DEAL_II_DEPRECATED void
-    grad_div_matrix(FullMatrix<double> &     M,
-                    const FEValuesBase<dim> &fe,
-                    const double             factor = 1.);
-
-    template <int dim>
-    void
-    grad_div_matrix(FullMatrix<double> &     M,
-                    const FEValuesBase<dim> &fe,
-                    const double             factor)
-    {
-      GradDiv::cell_matrix(M, fe, factor);
-    }
-
-    /**
-     * @deprecated Use LocalIntegrators::GradDiv::cell_residual() instead.
-     */
-    template <int dim, typename number>
-    DEAL_II_DEPRECATED void
-    grad_div_residual(Vector<number> &         result,
-                      const FEValuesBase<dim> &fetest,
-                      const ArrayView<const std::vector<Tensor<1, dim>>> &input,
-                      const double factor = 1.);
-
-    template <int dim, typename number>
-    void
-    grad_div_residual(Vector<number> &         result,
-                      const FEValuesBase<dim> &fetest,
-                      const ArrayView<const std::vector<Tensor<1, dim>>> &input,
-                      const double factor)
-    {
-      GradDiv::cell_residual(result, fetest, input, factor);
-    }
-
     /**
      * The jump of the normal component
      * @f[

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.