From c6ab93372ba156f394308f56cdcd47d3677d5807 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 6 Jul 2020 16:34:42 -0400 Subject: [PATCH] Remove ResidualSimple::initialize_local_blocks --- include/deal.II/meshworker/simple.h | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/include/deal.II/meshworker/simple.h b/include/deal.II/meshworker/simple.h index 54bb917e1a..1fe6656947 100644 --- a/include/deal.II/meshworker/simple.h +++ b/include/deal.II/meshworker/simple.h @@ -75,22 +75,6 @@ namespace MeshWorker initialize( const AffineConstraints &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 inline void ResidualSimple::initialize( @@ -540,11 +526,6 @@ namespace MeshWorker } - template - inline void - ResidualSimple::initialize_local_blocks(const BlockIndices &) - {} - template template @@ -555,6 +536,7 @@ namespace MeshWorker } + template template inline void -- 2.39.5