From 2c9ad89b58b69d58360c2de3bd7a11ab1659b334 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 22 Nov 2001 16:14:23 +0000 Subject: [PATCH] FilteredMatrix::allocate_tmp_vector and block vectors. git-svn-id: https://svn.dealii.org/trunk@5245 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.2.0-vs-3.2.1.html | 8 ++++++++ deal.II/doc/news/2001/c-3-2.html | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index c178cd84f9..2cf91982e2 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,14 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: The FilteredMatrix::allocate_tmp_vector + function had a bug with block vectors. +
    + (WB 2001/11/22) +

    +
  2. New: example program step-12. Discontinuous Galerkin discretization.
    diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index ee89f5c1a3..625ebc1cea 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -95,7 +95,14 @@ documentation, etc.

    1. + Fixed: The FilteredMatrix::allocate_tmp_vector + function had a bug with block vectors. +
      + (WB 2001/11/22) +

      +
    2. Improved: reinit function of Vector and BlockVector allows use of a vector with different number type. -- 2.39.5