From: Wolfgang Bangerth <bangerth@math.tamu.edu> Date: Tue, 30 May 2000 16:25:29 +0000 (+0000) Subject: Fix bug in SparsityPattern::print_gnuplot. X-Git-Tag: v8.0.0~20433 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86dc49ca704696bded9d1d9d0a5d98f4d540f3dd;p=dealii.git Fix bug in SparsityPattern::print_gnuplot. git-svn-id: https://svn.dealii.org/trunk@2976 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 @@ <br> (Ralf Hartmann, 2000/05/29) </p> + + <li> <p> + Fix: + <code class="member">SparsityPattern::print_gnuplot</code> + wrote rows and columns exchanged. Since most matrices have + symmetric sparsity patterns, this has gone unnoticed by now. + <br> + (WB 2000/05/30) + </p> </ol> 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 @@ <ol> <li> <p> - Fix: slight bug in - <code class="member">DataOut::build_patches</code> - in multithreaded mode fixed. + Fix: + <code class="member">SparsityPattern::print_gnuplot</code> + wrote rows and columns exchanged. Since most matrices have + symmetric sparsity patterns, this has gone unnoticed by now. <br> - (Ralf Hartmann, 2000/05/29) + (WB 2000/05/30) </p> <li> <p> @@ -209,7 +210,6 @@ <br> (GK 2000/04/05) </p> - </ol> @@ -217,6 +217,14 @@ <h3>deal.II</h3> <ol> + <li> <p> + Fix: slight bug in + <code class="member">DataOut::build_patches</code> + in multithreaded mode fixed. + <br> + (Ralf Hartmann, 2000/05/29) + </p> + <li> <p> New: class <code class="class">FETools</code> performs interpolations and extrapolations of discrete functions from one