]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated parallel::distributed::SolutionTransfer::prepare_serialization() 10625/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 28 Jun 2020 21:51:32 +0000 (17:51 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 28 Jun 2020 21:52:11 +0000 (17:52 -0400)
include/deal.II/distributed/solution_transfer.h
source/distributed/solution_transfer.cc

index d31a09aa9522a757f55ce044b42b45a28c34683a..1fd48ff661841be9698a2701931b844eb50588cc 100644 (file)
@@ -310,27 +310,6 @@ namespace parallel
       void
       prepare_for_serialization(const std::vector<const VectorType *> &all_in);
 
-      /**
-       * Prepare the serialization of the given vector. The serialization is
-       * done by Triangulation::save(). The given vector needs all information
-       * on the locally active DoFs (it must be ghosted). See documentation of
-       * this class for more information.
-       *
-       * @deprecated Use parallel::distributed::SolutionTransfer::prepare_for_serialization() instead.
-       */
-      DEAL_II_DEPRECATED
-      void
-      prepare_serialization(const VectorType &in);
-
-      /**
-       * Same as the function above, only for a list of vectors.
-       *
-       * @deprecated Use parallel::distributed::SolutionTransfer::prepare_for_serialization() instead.
-       */
-      DEAL_II_DEPRECATED
-      void
-      prepare_serialization(const std::vector<const VectorType *> &all_in);
-
       /**
        * Execute the deserialization of the given vector. This needs to be
        * done after calling Triangulation::load(). The given vector must be a
index d4b7672851c643b3d9f7c7ca510b1613c6127e4a..2e4652abbdce06b98a5574b56eb91588ee1fc544 100644 (file)
@@ -198,26 +198,6 @@ namespace parallel
 
 
 
-    template <int dim, typename VectorType, typename DoFHandlerType>
-    void
-    SolutionTransfer<dim, VectorType, DoFHandlerType>::prepare_serialization(
-      const VectorType &in)
-    {
-      prepare_for_serialization(in);
-    }
-
-
-
-    template <int dim, typename VectorType, typename DoFHandlerType>
-    void
-    SolutionTransfer<dim, VectorType, DoFHandlerType>::prepare_serialization(
-      const std::vector<const VectorType *> &all_in)
-    {
-      prepare_for_serialization(all_in);
-    }
-
-
-
     template <int dim, typename VectorType, typename DoFHandlerType>
     void
     SolutionTransfer<dim, VectorType, DoFHandlerType>::deserialize(

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.