From: Wolfgang Bangerth Date: Sat, 24 Jan 2015 01:47:42 +0000 (-0600) Subject: Remove deprecated function PreconditionBlock::size(). X-Git-Tag: v8.3.0-rc1~518^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f60ddcbd97d409b34ab6e79819eb02924460a9;p=dealii.git Remove deprecated function PreconditionBlock::size(). --- 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 (