]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove ResidualSimple::initialize_local_blocks
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Jul 2020 20:34:42 +0000 (16:34 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Jul 2020 20:34:42 +0000 (16:34 -0400)
include/deal.II/meshworker/simple.h

index 54bb917e1ace8bc3b4ad915e7428f530ad7e008e..1fe665694728fec644400e5db324a9c942448609 100644 (file)
@@ -75,22 +75,6 @@ namespace MeshWorker
       initialize(
         const AffineConstraints<typename VectorType::value_type> &constraints);
 
-      /**
-       * @deprecated This function is of no effect. Only the block info
-       * structure in DoFInfo is being used.
-       *
-       * Store information on the local block structure. If the assembler is
-       * initialized with this function, initialize_info() will generate one
-       * local matrix for each block row and column, which will be numbered
-       * lexicographically, row by row.
-       *
-       * In spite of using local block structure, all blocks will be entered
-       * into the same global matrix, disregarding any global block structure.
-       */
-      DEAL_II_DEPRECATED
-      void
-      initialize_local_blocks(const BlockIndices &);
-
       /**
        * Initialize the local data in the DoFInfo object used later for
        * assembling.
@@ -531,6 +515,8 @@ namespace MeshWorker
       residuals = results;
     }
 
+
+
     template <typename VectorType>
     inline void
     ResidualSimple<VectorType>::initialize(
@@ -540,11 +526,6 @@ namespace MeshWorker
     }
 
 
-    template <typename MatrixType>
-    inline void
-    ResidualSimple<MatrixType>::initialize_local_blocks(const BlockIndices &)
-    {}
-
 
     template <typename VectorType>
     template <class DOFINFO>
@@ -555,6 +536,7 @@ namespace MeshWorker
     }
 
 
+
     template <typename VectorType>
     template <class DOFINFO>
     inline void

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.