]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function MGConstrainedDoFs::at_refinement_edge_boundary.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Jan 2015 22:45:56 +0000 (16:45 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:51 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/multigrid/mg_constrained_dofs.h

index 68c769a8d3d4cc61bdae1e7c71858d046f07309b..d3796dcee41d7f4e67573d4030e1b17d7a093b81 100644 (file)
@@ -77,6 +77,7 @@ inconvenience this causes.
   - GridOutFlags::XFig::level_color.
   - class BlockList.
   - MGConstrainedDoFs::non_refinement_edge_index
+  - MGConstrainedDoFs::at_refinement_edge_boundary
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index d50d8338272ea965b70f89935ae58e6c819ed848..fe93e695205e46dc9f6acbd70699b1df583e581e 100644 (file)
@@ -84,15 +84,6 @@ public:
   bool at_refinement_edge (const unsigned int level,
                            const types::global_dof_index index) const;
 
-  /**
-   * @deprecated Use is_boundary_index() instead. The logic behind this
-   * function here is unclear and for practical purposes, the other is needed.
-   *
-   * Determine whether a dof index is subject to a boundary constraint.
-   */
-  bool at_refinement_edge_boundary (const unsigned int level,
-                                    const types::global_dof_index index) const DEAL_II_DEPRECATED;
-
   /**
    * Return the indices of dofs for each level that are subject to boundary
    * constraints.
@@ -239,14 +230,6 @@ MGConstrainedDoFs::at_refinement_edge (const unsigned int level,
 }
 
 
-inline
-bool
-MGConstrainedDoFs::at_refinement_edge_boundary (const unsigned int level,
-                                                const types::global_dof_index index) const
-{
-  return is_boundary_index(level, index);
-}
-
 inline
 const std::vector<std::set<types::global_dof_index> > &
 MGConstrainedDoFs::get_boundary_indices () 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.