From: Wolfgang Bangerth Date: Mon, 3 Jun 2002 10:33:23 +0000 (+0000) Subject: Make deprecation more explicit. X-Git-Tag: v8.0.0~17956 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92800241f9a5a214c4ed0273b62af861a8c8459e;p=dealii.git Make deprecation more explicit. git-svn-id: https://svn.dealii.org/trunk@5965 0785d39b-7218-0410-832d-ea1e28bc413d --- 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