From eb5571dced8726a9454c5bcdd46da4c26e5db84b Mon Sep 17 00:00:00 2001 From: frohne Date: Tue, 1 Nov 2011 21:36:23 +0000 Subject: [PATCH] fix formatting git-svn-id: https://svn.dealii.org/trunk@24717 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index c0ee0ad1b0..e27f51dae3 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -48,7 +48,12 @@ enabled due to a missing include file in file

Specific improvements

    -
  1. New: Implementation of an alternative handling of inhomogeneous constraints in ConstraintMatrix. This is controlled with a new parameter use_inhomogeneities_for_rhs in distribute_local_to_global() and determines whether the correct or zero values (this was the case before and still is the default) are kept in the linear system during the solution process. +
  2. New: Implementation of an alternative handling of +inhomogeneous constraints in ConstraintMatrix. This is controlled with +a new parameter use_inhomogeneities_for_rhs in +distribute_local_to_global() and determines whether the correct or +zero values (this was the case before and still is the default) are +kept in the linear system during the solution process.
    (Jörg Frohne, 2011/11/01) -- 2.39.5