function that takes a scalar as argument.
- GridTools::create_union_triangulation.
- GridTools::extract_boundary_mesh.
+ - PreconditionBlock::size.
<br>
This release also removes the deprecated class MGDoFHandler. The
functionality of this class had previously been incorporated into
*/
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.
using PreconditionBlockBase<inverse_type>::inverse_householder;
using PreconditionBlockBase<inverse_type>::inverse_svd;
using PreconditionBlockBase<inverse_type>::log_statistics;
- /**
- * @deprecated Use size() instead
- */
- using PreconditionBlock<MATRIX, inverse_type>::n_blocks;
using PreconditionBlock<MATRIX, inverse_type>::set_permutation;
/**
}
-template<class MATRIX, typename inverse_type>
-inline unsigned int
-PreconditionBlock<MATRIX, inverse_type>::n_blocks () const
-{
- return this->size();
-}
-
-
template<class MATRIX, typename inverse_type>
inline inverse_type
PreconditionBlock<MATRIX, inverse_type>::el (