From 2999016bf3792031bc636a753cec6982fd013d16 Mon Sep 17 00:00:00 2001 From: wolf 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