From 3dfbfc11a05fdaf75cec720a52b9b08fd36279cd Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 30 Oct 2007 20:27:09 +0000 Subject: [PATCH] document last changes git-svn-id: https://svn.dealii.org/trunk@15400 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b51569602b..f51ed6d463 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -135,7 +135,20 @@ inconvenience this causes.

lac

    -
  1. + +
  2. New: A class ScaledMatrix was introduced which combines the vector operations of +an underlying matrix with a scaling. +
    +(GK 2007/10/30) +
  3. + +
  4. Improved: FilteredMatrix has an iterator now that allows users to access the +constraints individually. +
    +(GK 2007/10/30) +
  5. + +
-- 2.39.5