]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Undeprecate a couple of functions that aren't by themselves evil, just slow or lead...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Jan 2013 19:58:12 +0000 (19:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Jan 2013 19:58:12 +0000 (19:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@27980 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_handler.h
deal.II/include/deal.II/hp/dof_handler.h

index 9deec237d0b402991cf7b3e3010165fcd5ee75da..20402cdf360601150324b7b307eaf2e73b5afee9 100644 (file)
@@ -435,12 +435,6 @@ public:
                       const std::vector<unsigned int> &new_numbers);
 
   /**
-   * @deprecated Use
-   * CompressedSparsityPattern instead of
-   * initializing SparsityPattern with this
-   * value, see the discussion in step-2
-   * and the @ref Sparsity module.
-   *
    * Return the maximum number of
    * degrees of freedom a degree of freedom
    * in the given triangulation with the
@@ -486,15 +480,9 @@ public:
    * is also discussed in the documentation
    * of the module on @ref Sparsity.
    */
-  unsigned int max_couplings_between_dofs () const DEAL_II_DEPRECATED;
+  unsigned int max_couplings_between_dofs () const;
 
   /**
-   * @deprecated Use
-   * CompressedSparsityPattern
-   * instead of initializing
-   * SparsityPattern with this
-   * value.
-   *
    * Return the number of degrees of freedom
    * located on the boundary another dof on
    * the boundary can couple with.
@@ -502,8 +490,12 @@ public:
    * The number is the same as for
    * max_couplings_between_dofs() in one
    * dimension less.
+   *
+   * @note The same applies to this function as to max_couplings_per_dofs()
+   * as regards the performance of this function. Think about one of the
+   * dynamic sparsity pattern classes instead (see @ref Sparsity).
    */
-  unsigned int max_couplings_between_boundary_dofs () const DEAL_II_DEPRECATED;
+  unsigned int max_couplings_between_boundary_dofs () const;
 
   /*--------------------------------------*/
 
index 32fbed9f026dfbd41886c0873fd3558a1a8f7f72..ab10917eebd3dbe5760b535a706c7bc25ce281dc 100644 (file)
@@ -272,7 +272,7 @@ namespace hp
      * matrix also.
      *
      * As for
-     * DoFHandler::max_couplings_between_dofs(),
+     * ::DoFHandler::max_couplings_between_dofs(),
      * the result of this function is often
      * not very accurate for 3d and/or high
      * polynomial degrees. The consequences
@@ -289,6 +289,10 @@ namespace hp
      * The number is the same as for
      * @p max_coupling_between_dofs in one
      * dimension less.
+     *
+     * @note The same applies to this function as to max_couplings_per_dofs()
+     * as regards the performance of this function. Think about one of the
+     * dynamic sparsity pattern classes instead (see @ref Sparsity).
      */
     unsigned int max_couplings_between_boundary_dofs () const;
 

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.