Fix: in three space dimensions, the triangulation class
over-estimated the necessary amount of memory needed upon
refinement and allocated too much.
(WB 2000/04/19)
Fix: getting the support points from system finite elements
(class FESystem
) resulted in an
exception.
(WB 2000/05/10)
Fix: FullMatrix::Tmmult
and
FullMatrix::Tvmult
were broken.
(WB 2000/05/08 and 2000/05/26)
Fix: slight bug in
DataOut::build_patches
in multithreaded mode fixed.
(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)
Fixed: the
common/scripts/make_dependencies.pl
script that sets up the dependencies for the make files had a
problem when the path to the library included special characters
such as `+'. This is now fixed.
(WB 2000/06/15)