From: Daniel Arndt Date: Thu, 2 Jul 2020 14:01:53 +0000 (-0400) Subject: Remove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual X-Git-Tag: v9.3.0-rc1~1343^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47cf79dd81a587cf5e7ff16962c5be61309ebce5;p=dealii.git Remove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual --- diff --git a/include/deal.II/integrators/divergence.h b/include/deal.II/integrators/divergence.h index d8786184b2..8e97a99105 100644 --- a/include/deal.II/integrators/divergence.h +++ b/include/deal.II/integrators/divergence.h @@ -403,44 +403,6 @@ namespace LocalIntegrators } } - /** - * @deprecated Use LocalIntegrators::GradDiv::cell_matrix() instead. - */ - template - DEAL_II_DEPRECATED void - grad_div_matrix(FullMatrix & M, - const FEValuesBase &fe, - const double factor = 1.); - - template - void - grad_div_matrix(FullMatrix & M, - const FEValuesBase &fe, - const double factor) - { - GradDiv::cell_matrix(M, fe, factor); - } - - /** - * @deprecated Use LocalIntegrators::GradDiv::cell_residual() instead. - */ - template - DEAL_II_DEPRECATED void - grad_div_residual(Vector & result, - const FEValuesBase &fetest, - const ArrayView>> &input, - const double factor = 1.); - - template - void - grad_div_residual(Vector & result, - const FEValuesBase &fetest, - const ArrayView>> &input, - const double factor) - { - GradDiv::cell_residual(result, fetest, input, factor); - } - /** * The jump of the normal component * @f[