]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated parallel::Triangulation 12308/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 25 May 2021 21:41:59 +0000 (17:41 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 25 May 2021 21:47:11 +0000 (17:47 -0400)
doc/news/changes/incompatibilities/20210526DanielArndt [new file with mode: 0644]
include/deal.II/distributed/tria_base.h
tests/grid/grid_tools_subdomain_association_01.cc

diff --git a/doc/news/changes/incompatibilities/20210526DanielArndt b/doc/news/changes/incompatibilities/20210526DanielArndt
new file mode 100644 (file)
index 0000000..616cb3a
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated parallel::Triangulation class has been removed.
+Use parallel::TriangulationBase instead.
+<br>
+(Daniel Arndt, 2021/05/26)
index 213b9515e20a088f4b806db69b65be677b5b143e..af5bc9e10609fa76a69a1f567355ca2f745f0bc1 100644 (file)
@@ -388,13 +388,6 @@ namespace parallel
     reset_global_cell_indices();
   };
 
-  /**
-   *  Using directive for backwards-compatibility.
-   *  @deprecated Use TriangulationBase instead of Triangulation.
-   */
-  template <int dim, int spacedim = dim>
-  using Triangulation DEAL_II_DEPRECATED = TriangulationBase<dim, spacedim>;
-
 
 
   /**
index 2110bda902aa59145a9431c5a9e27aabd2b1493c..adeadcaee5c44692257b102d196ffec6c1b5bc30 100644 (file)
@@ -43,7 +43,7 @@ enum Type
 
 
 template <int dim>
-std::unique_ptr<parallel::Triangulation<dim>>
+std::unique_ptr<parallel::TriangulationBase<dim>>
 create_triangulation(Type type)
 {
   if (type == Type::Shared)
@@ -59,7 +59,7 @@ create_triangulation(Type type)
 
 template <int dim>
 void
-test(parallel::Triangulation<dim> &tria)
+test(parallel::TriangulationBase<dim> &tria)
 {
   // ----- setup -----
   tria.clear();

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.