]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated TriangulationBase::compute_vertices_with_ghost_neighbors() 12403/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jun 2021 17:03:06 +0000 (13:03 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jun 2021 17:53:36 +0000 (13:53 -0400)
doc/news/changes/incompatibilities/20210607DanielArndt-1 [new file with mode: 0644]
include/deal.II/distributed/tria_base.h
source/distributed/tria_base.cc

diff --git a/doc/news/changes/incompatibilities/20210607DanielArndt-1 b/doc/news/changes/incompatibilities/20210607DanielArndt-1
new file mode 100644 (file)
index 0000000..292c1e3
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated member function
+TriangulationBase::compute_vertices_with_ghost_neighbors() has been removed.
+<br>
+(Daniel Arndt, 2021/06/07)
index af5bc9e10609fa76a69a1f567355ca2f745f0bc1..6e34a49e7a84e91c0659b99142337abcb75a536a 100644 (file)
@@ -215,18 +215,6 @@ namespace parallel
     const std::weak_ptr<const Utilities::MPI::Partitioner>
     global_level_cell_index_partitioner(const unsigned int level) const;
 
-    /**
-     * Return a map that, for each vertex, lists all the processors whose
-     * subdomains are adjacent to that vertex.
-     *
-     * @deprecated Use GridTools::compute_vertices_with_ghost_neighbors()
-     * instead of
-     * parallel::TriangulationBase::compute_vertices_with_ghost_neighbors().
-     */
-    DEAL_II_DEPRECATED virtual std::map<unsigned int,
-                                        std::set<dealii::types::subdomain_id>>
-    compute_vertices_with_ghost_neighbors() const;
-
     /**
      * @copydoc dealii::Triangulation::get_boundary_ids()
      *
index 5ffb512adf72164f05ce3ffdfe24765f59300e14..864e982435c4f32fbd5befe42ae3ef9eee21de3c 100644 (file)
@@ -342,16 +342,6 @@ namespace parallel
 
 
 
-  template <int dim, int spacedim>
-  std::map<unsigned int, std::set<dealii::types::subdomain_id>>
-  TriangulationBase<dim, spacedim>::compute_vertices_with_ghost_neighbors()
-    const
-  {
-    return GridTools::compute_vertices_with_ghost_neighbors(*this);
-  }
-
-
-
   template <int dim, int spacedim>
   std::vector<types::boundary_id>
   TriangulationBase<dim, spacedim>::get_boundary_ids() 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.