]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Un-deprecate a function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Dec 2012 02:24:10 +0000 (02:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Dec 2012 02:24:10 +0000 (02:24 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27875 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_tools.h

index 633c6af5802a7b6b7f90f631ab8c14fb31babf9e..5ef908227140a1ea27df31c1578e8c609dab7274 100644 (file)
@@ -267,19 +267,6 @@ namespace GridTools
                        const Point<spacedim>     &p);
 
   /**
-   * @deprecated This function might
-   * be acceptable to find a patch
-   * around a single vertex, but it
-   * wastes resources creating
-   * patches around all vertices. The
-   * function may fail on
-   * anisotropic meshes, and an easy
-   * fix is not obvious. Therefore,
-   * it should be replaced by a
-   * function which computes all
-   * active vertex patches by looping
-   * over cells.
-   *
    * Find and return a vector of
    * iterators to active cells that
    * surround a given vertex with index @p vertex_index.
@@ -295,11 +282,15 @@ namespace GridTools
    * always be either a vertex of a cell or be
    * a hanging node located on a face or an
    * edge of it.
+   *
+   * @note It isn't entirely clear at this time whether the function
+   * does the right thing with anisotropically refined meshes. It needs
+   * to be checked for this case.
    */
   template<int dim, template <int, int> class Container, int spacedim>
   std::vector<typename Container<dim,spacedim>::active_cell_iterator>
   find_cells_adjacent_to_vertex (const Container<dim,spacedim> &container,
-                                 const unsigned int    vertex_index) DEAL_II_DEPRECATED;
+                                 const unsigned int    vertex_index);
 
 
   /**

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.