From 8b86b952fa9ff6894d77d0c9962b190372e0570f Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 25 Feb 2009 10:18:23 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/changes.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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

      +
    1. +

      + 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) +

      +
    2. Changed: The DoFTools::count_dofs_per_component and -- 2.39.5