From 86dc49ca704696bded9d1d9d0a5d98f4d540f3dd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 May 2000 16:25:29 +0000 Subject: [PATCH] Fix bug in SparsityPattern::print_gnuplot. git-svn-id: https://svn.dealii.org/trunk@2976 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/3.0.0-vs-3.0.1.html | 9 +++++++++ deal.II/doc/news/2000/c-3-0.html | 18 +++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html b/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html index b2f06b955f..20a9e97ef6 100644 --- a/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html +++ b/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html @@ -44,6 +44,15 @@
(Ralf Hartmann, 2000/05/29)

+ +
  • + Fix: + SparsityPattern::print_gnuplot + wrote rows and columns exchanged. Since most matrices have + symmetric sparsity patterns, this has gone unnoticed by now. +
    + (WB 2000/05/30) +

    diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 46d4435516..fd49b265d5 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -63,11 +63,12 @@
    1. - Fix: slight bug in - DataOut::build_patches - in multithreaded mode fixed. + Fix: + SparsityPattern::print_gnuplot + wrote rows and columns exchanged. Since most matrices have + symmetric sparsity patterns, this has gone unnoticed by now.
      - (Ralf Hartmann, 2000/05/29) + (WB 2000/05/30)

    2. @@ -209,7 +210,6 @@
      (GK 2000/04/05)

      -
    @@ -217,6 +217,14 @@

    deal.II

      +
    1. + Fix: slight bug in + DataOut::build_patches + in multithreaded mode fixed. +
      + (Ralf Hartmann, 2000/05/29) +

      +
    2. New: class FETools performs interpolations and extrapolations of discrete functions from one -- 2.39.5