]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove remaining deprecations in release 9.2 12405/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jun 2021 18:53:35 +0000 (14:53 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jun 2021 19:03:23 +0000 (15:03 -0400)
doc/news/changes/incompatibilities/20210607DanielArndt-2 [new file with mode: 0644]
include/deal.II/base/parameter_handler.h
include/deal.II/lac/sparsity_tools.h
source/lac/sparsity_tools.cc

diff --git a/doc/news/changes/incompatibilities/20210607DanielArndt-2 b/doc/news/changes/incompatibilities/20210607DanielArndt-2
new file mode 100644 (file)
index 0000000..cb65354
--- /dev/null
@@ -0,0 +1,5 @@
+Removed: The deprecated exception ParameterHandler::ExcInvalidEntryForPatternXML
+and the deprecated overload of SparsityTools::gather_sparsity_pattern()
+have been removed.
+<br>
+(Daniel Arndt, 2021/06/07)
index 1c6bf32af85a0a4af382a9cd96d3698514c0b74b..b98f216ec0dbaae521c5f5cc5bb5a04c6390d9a3 100644 (file)
@@ -1699,16 +1699,6 @@ public:
                    "The provided file could not be parsed as a "
                    "ParameterHandler description.");
 
-  /**
-   * Exception for when an entry in an XML parameter file does not match the
-   * provided pattern. The arguments are, in order, the entry value, entry
-   * name, and a description of the pattern.
-   *
-   * @deprecated Use ExcValueDoesNotMatchPattern instead of ExcInvalidEntryForPatternXML.
-   */
-  using ExcInvalidEntryForPatternXML DEAL_II_DEPRECATED =
-    ExcValueDoesNotMatchPattern;
-
   /**
    * Exception for when the file given in an include statement cannot be
    * open. The arguments are, in order, the line number of the include
index dced4cd96991a4ddb099061e1f3c22abcb44183c..fb046cab0b40d9dd5ef3fc55307d67aef275bc8c 100644 (file)
@@ -349,16 +349,6 @@ namespace SparsityTools
                           const MPI_Comm &        mpi_comm,
                           const IndexSet &        locally_relevant_rows);
 
-  /**
-   * @deprecated Use the gather_sparsity_pattern() method with the index set
-   * for the present processor only.
-   */
-  DEAL_II_DEPRECATED void
-  gather_sparsity_pattern(DynamicSparsityPattern &     dsp,
-                          const std::vector<IndexSet> &owned_rows_per_processor,
-                          const MPI_Comm &             mpi_comm,
-                          const IndexSet &             ghost_range);
-
 #endif
 
 
index f825bb15860821ff173e2523fca9c4160f5d5e79..5f297c05d15fa95b63076a9e745f6e5a85d37d6b 100644 (file)
@@ -912,21 +912,6 @@ namespace SparsityTools
 
 #ifdef DEAL_II_WITH_MPI
 
-  void
-  gather_sparsity_pattern(DynamicSparsityPattern &     dsp,
-                          const std::vector<IndexSet> &owned_rows_per_processor,
-                          const MPI_Comm &             mpi_comm,
-                          const IndexSet &             ghost_range)
-  {
-    const unsigned int myid = Utilities::MPI::this_mpi_process(mpi_comm);
-    gather_sparsity_pattern(dsp,
-                            owned_rows_per_processor[myid],
-                            mpi_comm,
-                            ghost_range);
-  }
-
-
-
   void
   gather_sparsity_pattern(DynamicSparsityPattern &dsp,
                           const IndexSet &        locally_owned_rows,

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.