- SparsityPattern and ChunkSparsityPattern functions that take an
<code>optimize_diagonal</code> argument.
- Mapping::transform_covariant and Mapping::transform_contravariant.
+ - The typedef CompressedBlockSparsityPattern.
<br>
This release also removes the deprecated class MGDoFHandler. The
functionality of this class had previously been incorporated into
* @ref Sparsity,
* section 'Dynamic block sparsity patterns' for more information.
*
- * <b>Note:</b> This class used to be called CompressedBlockSparsityPattern.
- * However, since it's a block wrapper around the CompressedSparsityPattern
- * class, this is a misnomer and the class has been renamed.
*
* <h3>Example</h3>
*
};
-/**
- * A typdef to preserve the old name CompressedBlockSparsityPattern even after
- * we changed the naming of the class to BlockCompressedSparsityPattern. The
- * old name is now deprecated and user codes should use the name
- * BlockCompressedSparsityPattern instead.
- *
- * @deprecated
- */
-typedef BlockCompressedSparsityPattern CompressedBlockSparsityPattern DEAL_II_DEPRECATED;
-
-
/**
* This class extends the base class to implement an array of compressed
*/
typedef PETScWrappers::MPI::BlockSparseMatrix BlockSparseMatrix;
- typedef dealii::BlockCompressedSimpleSparsityPattern CompressedBlockSparsityPattern;
+ typedef dealii::BlockCompressedSimpleSparsityPattern BlockCompressedSparsityPattern;
/**
* Typedef for the AMG preconditioner type.
*/
typedef TrilinosWrappers::BlockSparseMatrix BlockSparseMatrix;
- typedef TrilinosWrappers::BlockSparsityPattern CompressedBlockSparsityPattern;
+ typedef TrilinosWrappers::BlockSparsityPattern BlockCompressedSparsityPattern;
/**
* Typedef for the AMG preconditioner type.