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

index e557e43dbe2e281b95649bd969aeb12df135267b..68c769a8d3d4cc61bdae1e7c71858d046f07309b 100644 (file)
@@ -76,6 +76,7 @@ inconvenience this causes.
   - DoFTools::make_sparsity_pattern with a vector-of-vector mask.
   - GridOutFlags::XFig::level_color.
   - class BlockList.
+  - MGConstrainedDoFs::non_refinement_edge_index
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index b6986b4f7aad371aad9ca126ffd639034ae4075e..d50d8338272ea965b70f89935ae58e6c819ed848 100644 (file)
@@ -78,13 +78,6 @@ public:
   bool is_boundary_index (const unsigned int level,
                           const types::global_dof_index index) const;
 
-  /**
-   * @deprecated Determine whether a dof index is at an edge that is not a
-   * refinement edge.
-   */
-  bool non_refinement_edge_index (const unsigned int level,
-                                  const types::global_dof_index index) const DEAL_II_DEPRECATED;
-
   /**
    * Determine whether a dof index is at the refinement edge.
    */
@@ -235,14 +228,6 @@ MGConstrainedDoFs::is_boundary_index (const unsigned int level,
   return (boundary_indices[level].find(index) != boundary_indices[level].end());
 }
 
-inline
-bool
-MGConstrainedDoFs::non_refinement_edge_index (const unsigned int level,
-                                              const types::global_dof_index index) const
-{
-  return !at_refinement_edge (level, index);
-}
-
 inline
 bool
 MGConstrainedDoFs::at_refinement_edge (const unsigned int level,

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.