From 2a8462739e0c37e1ed6026132df6be976df14f90 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 3 Jun 2002 10:33:23 +0000 Subject: [PATCH] Make deprecation more explicit. git-svn-id: https://svn.dealii.org/trunk@5965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 38 +++++++++++++++++--------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 697268c15a..d702d5f092 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -265,16 +265,21 @@ class FEValuesBase : protected FEValuesData const unsigned int point_no) const; /** - * Pointer to the matrix holding - * all values of shape functions at all - * integration points, on the present cell, - * face or subface selected - * the last time the @p{reinit} function - * of the derived class was called. - * For the format of this matrix, see the - * documentation for the matrix itself. + * This function is now + * deprecated and will be removed + * in the next release of the + * deal.II library. * - * Use of this function is deprecated. + * Pointer to the matrix holding + * all values of shape functions + * at all integration points, on + * the present cell, face or + * subface selected the last time + * the @p{reinit} function of the + * derived class was called. For + * the format of this matrix, see + * the documentation for the + * matrix itself. */ const typename FEValuesData::ShapeVector & get_shape_values () const; @@ -351,6 +356,11 @@ class FEValuesBase : protected FEValuesData const unsigned int quadrature_point) const; /** + * This function is now + * deprecated and will be removed + * in the next release of the + * deal.II library. + * * Pointer to the matrix holding * all gradients of shape * functions at all integration @@ -358,10 +368,7 @@ class FEValuesBase : protected FEValuesData * For the format of this matrix, * see the documentation for the * matrix itself. - * - * Use of this function is - * deprecated. - */ + */ const typename FEValuesData::GradientVector & get_shape_grads () const; /** @@ -436,6 +443,11 @@ class FEValuesBase : protected FEValuesData const unsigned int point_no) const; /** + * This function is now + * deprecated and will be removed + * in the next release of the + * deal.II library. + * * Pointer to the * matrix holding all 2nd * derivatives of shape functions -- 2.39.5