From f34ff3f9fdf268c7b0c642ffeca224609a753270 Mon Sep 17 00:00:00 2001
From: kronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 3 Dec 2013 16:44:33 +0000
Subject: [PATCH] Mention change

git-svn-id: https://svn.dealii.org/trunk@31859 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/news/changes.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index da4fd73125..561b61f680 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -236,6 +236,15 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li> Improved: The methods ConstraintMatrix::distribute_local_to_global
+  now use scratch data that is private to each thread instead of allocating
+  it for every cell anew. This gives better performance, in particular in
+  parallel, of these operations, while maintaining thread-safety (when
+  accessing non-overlapping rows, no race condition can exist).
+  <br>
+  (Martin Kronbichler, 2013/12/03)
+  </li>
+
   <li> Improved: When attempting operations such as FEValues::get_function_values()
   or FEValues::shape_value(), the FEValues object needs to know that what these
   functions return has been computed previously. What is computed is specified
-- 
2.39.5