From d9f60ddcbd97d409b34ab6e79819eb02924460a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 23 Jan 2015 19:47:42 -0600 Subject: [PATCH] Remove deprecated function PreconditionBlock::size(). --- doc/news/changes.h | 1 + include/deal.II/lac/precondition_block.h | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 8008516f74..adf83f1445 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -166,6 +166,7 @@ inconvenience this causes. function that takes a scalar as argument. - GridTools::create_union_triangulation. - GridTools::extract_boundary_mesh. + - PreconditionBlock::size.
This release also removes the deprecated class MGDoFHandler. The functionality of this class had previously been incorporated into diff --git a/include/deal.II/lac/precondition_block.h b/include/deal.II/lac/precondition_block.h index 180c96c6ae..51bee4bf01 100644 --- a/include/deal.II/lac/precondition_block.h +++ b/include/deal.II/lac/precondition_block.h @@ -297,13 +297,6 @@ public: */ size_type block_size () const; - /** - * @deprecated Use size() instead. - * - * The number of blocks of the matrix. - */ - unsigned int n_blocks() const DEAL_II_DEPRECATED; - /** * Determine an estimate for the memory consumption (in bytes) of this * object. @@ -522,10 +515,6 @@ public: using PreconditionBlockBase::inverse_householder; using PreconditionBlockBase::inverse_svd; using PreconditionBlockBase::log_statistics; - /** - * @deprecated Use size() instead - */ - using PreconditionBlock::n_blocks; using PreconditionBlock::set_permutation; /** @@ -888,14 +877,6 @@ PreconditionBlock::empty () const } -template -inline unsigned int -PreconditionBlock::n_blocks () const -{ - return this->size(); -} - - template inline inverse_type PreconditionBlock::el ( -- 2.39.5