From 4a32f1c326a0bbcdbbc3941f97490c10d281da96 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Tue, 6 Mar 2001 15:03:34 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'Branch-3-1'. git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4126 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.1.0-vs-3.1.1.html | 45 +++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deal.II/doc/news/2001/3.1.0-vs-3.1.1.html diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html new file mode 100644 index 0000000000..ff68ac2d5d --- /dev/null +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -0,0 +1,45 @@ + + +
+ + +
+ Fix: in the triangulation, the straight_boundary
variable, which is a
+ reference, was assigned the address of a temporary object. It
+ is unclear how this could have worked for three years, but it
+ apparently did...
+
+ (WB 2001/02/26)
+
+ Fix: the DoFTools::compute_intergrid_constraints
+ function took memory quadratic in the number of degrees of
+ freedom. This is now reduced to linear behaviour, with a
+ constant that depends on the number of levels by which the two
+ grids differ.
+
+ (WB 2001/02/26)
+