]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make deprecation more explicit.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jun 2002 10:33:23 +0000 (10:33 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jun 2002 10:33:23 +0000 (10:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@5965 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index 697268c15a0ade16bfbaa735e17f03690a15b9bd..d702d5f092a8de2f3ab96545958a81901d9f7864 100644 (file)
@@ -265,16 +265,21 @@ class FEValuesBase : protected FEValuesData<dim>
                        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<dim>::ShapeVector & get_shape_values () const;
 
@@ -351,6 +356,11 @@ class FEValuesBase : protected FEValuesData<dim>
                                      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<dim>
                                      * For the format of this matrix,
                                      * see the documentation for the
                                      * matrix itself.
-                                     *
-                                     * Use of this function is
-                                     * deprecated.
-                                    */
+                                     */
     const typename FEValuesData<dim>::GradientVector & get_shape_grads () const;
 
                                     /**
@@ -436,6 +443,11 @@ class FEValuesBase : protected FEValuesData<dim>
                                                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

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.