From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b86b952fa9ff6894d77d0c9962b190372e0570f;p=dealii-svn.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