]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated typedef CompressedBlockSparsityPattern.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 23 Jan 2015 00:06:15 +0000 (18:06 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 24 Jan 2015 04:46:45 +0000 (22:46 -0600)
doc/news/changes.h
include/deal.II/lac/block_sparsity_pattern.h
include/deal.II/lac/generic_linear_algebra.h

index faee6e9b10668b6c13bbd7ca5bf6e249389c6148..0870c44673df5a6c8f14b4aabe111a5e76bca348 100644 (file)
@@ -153,6 +153,7 @@ inconvenience this causes.
   - 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
index 4b9447669f395c146595470ca7354758de2a843d..27c6477f08efead78c46b23b2610540e1f48ff71 100644 (file)
@@ -488,9 +488,6 @@ public:
  * @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>
  *
@@ -580,17 +577,6 @@ public:
 };
 
 
-/**
- * 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
index 13ca2eddc1ee1aa169f38d187116968571bc954e..25a5ba06487d1835defc94c39030eaa6e342b554 100644 (file)
@@ -91,7 +91,7 @@ namespace LinearAlgebraPETSc
      */
     typedef PETScWrappers::MPI::BlockSparseMatrix BlockSparseMatrix;
 
-    typedef dealii::BlockCompressedSimpleSparsityPattern CompressedBlockSparsityPattern;
+    typedef dealii::BlockCompressedSimpleSparsityPattern BlockCompressedSparsityPattern;
 
     /**
      * Typedef for the AMG preconditioner type.
@@ -172,7 +172,7 @@ namespace LinearAlgebraTrilinos
      */
     typedef TrilinosWrappers::BlockSparseMatrix BlockSparseMatrix;
 
-    typedef TrilinosWrappers::BlockSparsityPattern CompressedBlockSparsityPattern;
+    typedef TrilinosWrappers::BlockSparsityPattern BlockCompressedSparsityPattern;
 
     /**
      * Typedef for the AMG preconditioner type.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.