From 3ee7373a85e07cc62e03ad50ec9ea3c6367f30cd Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Mon, 15 May 2000 12:02:49 +0000
Subject: [PATCH] Clarify which functions use the user flags and which don't.
git-svn-id: https://svn.dealii.org/trunk@2854 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/2000/c-3-0.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html
index 24942a0c1b..07f267f812 100644
--- a/deal.II/doc/news/2000/c-3-0.html
+++ b/deal.II/doc/news/2000/c-3-0.html
@@ -200,6 +200,12 @@
sorts selected degrees of freedom to the end of the index range.
+
+ Change: DoFTools::make_hanging_node_constraints ()
+ does not use the user flags any more, and can thus run in
+ parallel more than once.
+
+
Extended: DoFTools::make_sparsity_pattern ()
now accepts a template parameter as sparsity pattern. This
--
2.39.5