From: Daniel Arndt Date: Mon, 6 Jul 2020 20:34:42 +0000 (-0400) Subject: Remove ResidualSimple::initialize_local_blocks X-Git-Tag: v9.3.0-rc1~1326^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ab93372ba156f394308f56cdcd47d3677d5807;p=dealii.git Remove ResidualSimple::initialize_local_blocks --- 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