From: Timo Heister <timo.heister@gmail.com>
Date: Sun, 22 Mar 2015 15:42:21 +0000 (-0400)
Subject: changelog, typo
X-Git-Tag: v8.3.0-rc1~366^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F653%2Fhead;p=dealii.git

changelog, typo
---

diff --git a/doc/doxygen/headers/matrices.h b/doc/doxygen/headers/matrices.h
index 1841443030..2bfee88e66 100644
--- a/doc/doxygen/headers/matrices.h
+++ b/doc/doxygen/headers/matrices.h
@@ -195,7 +195,7 @@ class MATRIX
  * will not be used and be de-allocated upon compression.
  *
  * To avoid this, deal.II contains a "dynamic" or "compressed" sparsity
- * pattern called DynamicSparsityPattern that only allocate as much memory as
+ * pattern called DynamicSparsityPattern that only allocates as much memory as
  * necessary to hold the currently added entries. While this saves much memory
  * compared to the worst-case behavior mentioned above, it requires the use of
  * less efficient storage schemes for insertion of elements, and the frequent
diff --git a/doc/news/changes.h b/doc/news/changes.h
index c52069718a..2579dbf8c8 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -325,6 +325,15 @@ inconvenience this causes.
 
 
 <ol>
+
+  <li> Changed: All (Block)Compressed*SparsityPattern classes got
+  replaced by DynamicSparsityPattern and
+  BlockDynamicSparsityPattern, respectively and all examples now
+  teach the dynamic way of creating dynamic sparsity patterns.
+  <br>
+  (Timo Heister, 2015/03/22)
+  </li>
+
   <li> Improved: We have traditionally had a large number of exceptions
   that did not output any useful error message other than the name
   of the exception class. This name was suggestive of the error that
@@ -384,7 +393,7 @@ inconvenience this causes.
 
   <li> New: Add MueLu preconditioner from Trilinos through the class
   TrilinosWrappers::PreconditionAMGMueLu. This is a new algebraic
-  multigrid package. The input parameters are almost the same as the ones 
+  multigrid package. The input parameters are almost the same as the ones
   from ML so that the two preconditioners can be easily swapped.
   <br>
   (Bruno Turcksin, 2015/03/11)
@@ -528,7 +537,7 @@ inconvenience this causes.
   (Wolfgang Bangerth, 2015/01/16)
   </li>
 
-  <li> New: dealii::multithread_info.n_cpus returns the correct number of CPU 
+  <li> New: dealii::multithread_info.n_cpus returns the correct number of CPU
   on FreeBSD.
   <br>
   (Bruno Turcksin, 2015/01/14)