From: Martin Kronbichler
Date: Wed, 25 Feb 2009 10:18:23 +0000 (+0000)
Subject: Name the capability of handling inhomogeneous constraints on the new page.
X-Git-Tag: v8.0.0~8007
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb6aa6cef6ba3e88aeea7e4f4d352b8219449a3;p=dealii.git
Name the capability of handling inhomogeneous constraints on the new page.
git-svn-id: https://svn.dealii.org/trunk@18428 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index d55cb67578..861b01458e 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -377,7 +377,7 @@ inconvenience this causes.
been renamed Threads::Mutex and Threads::ConditionVariable. The old names
were somewhat redundant but have been retained as typedefs for compatibility.
- (Martin Kronbichler 2009/01/14)
+ (WB 2009/01/14)
@@ -691,6 +691,16 @@ inconvenience this causes.
deal.II
+ -
+
+ Changed: The ConstraintMatrix class can now also handle inhomogeneous
+ constraints. This means that e.g. Dirichlet boundary conditions are now a
+ special case of algebraic constraints. There are new condense functions
+ that simultaneously act on matrices and vectors for use of this feature.
+
+ (Martin Kronbichler 2009/02/25)
+
+
-
Changed: The DoFTools::count_dofs_per_component and