]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated header file lac/parallel_block_vector.h 14060/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 27 Jun 2022 12:47:15 +0000 (08:47 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 27 Jun 2022 12:55:11 +0000 (08:55 -0400)
doc/news/changes/incompatibilities/20220627Arndt [new file with mode: 0644]
include/deal.II/lac/parallel_block_vector.h [deleted file]

diff --git a/doc/news/changes/incompatibilities/20220627Arndt b/doc/news/changes/incompatibilities/20220627Arndt
new file mode 100644 (file)
index 0000000..7a1ccf9
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated header file lac/parallel_block_vector.h
+has been removed.
+<br>
+(Daniel Arndt, 2022/06/27)
diff --git a/include/deal.II/lac/parallel_block_vector.h b/include/deal.II/lac/parallel_block_vector.h
deleted file mode 100644 (file)
index 43ab768..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2011 - 2020 by the deal.II authors
-//
-// This file is part of the deal.II library.
-//
-// The deal.II library is free software; you can use it, redistribute
-// it, and/or modify it under the terms of the GNU Lesser General
-// Public License as published by the Free Software Foundation; either
-// version 2.1 of the License, or (at your option) any later version.
-// The full text of the license can be found in the file LICENSE.md at
-// the top level directory of deal.II.
-//
-// ---------------------------------------------------------------------
-
-#ifndef dealii_parallel_block_vector_h
-#define dealii_parallel_block_vector_h
-
-#include <deal.II/base/config.h>
-
-#include <deal.II/lac/la_parallel_block_vector.h>
-
-DEAL_II_WARNING(
-  "This file is deprecated. Use <deal.II/lac/la_parallel_block_vector.h> and LinearAlgebra::distributed::BlockVector instead.")
-
-#include <cstring>
-#include <iomanip>
-
-
-DEAL_II_NAMESPACE_OPEN
-
-
-namespace parallel
-{
-  namespace distributed
-  {
-    /*! @addtogroup Vectors
-     *@{
-     */
-
-    /**
-     * An implementation of block vectors based on distributed deal.II
-     * vectors. While the base class provides for most of the interface, this
-     * class handles the actual allocation of vectors and provides functions
-     * that are specific to the underlying vector type.
-     *
-     * @note Instantiations for this template are provided for <tt>@<float@>
-     * and @<double@></tt>; others can be generated in application programs
-     * (see the section on
-     * @ref Instantiations
-     * in the manual).
-     *
-     * @see
-     * @ref GlossBlockLA "Block (linear algebra)"
-     *
-     * @deprecated Use LinearAlgebra::distributed::BlockVector instead.
-     */
-    template <typename Number>
-    using BlockVector DEAL_II_DEPRECATED =
-      LinearAlgebra::distributed::BlockVector<Number>;
-
-    /*@}*/
-  } // namespace distributed
-} // namespace parallel
-
-DEAL_II_NAMESPACE_CLOSE
-
-#endif

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.