From 4ecfd64bc795cc990d5690fff1000458be2269b6 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 13 May 2013 05:38:03 +0000 Subject: [PATCH] Mention fix in ConvergenceTable. git-svn-id: https://svn.dealii.org/trunk@29502 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f24fbf9816..a2df5ae8be 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -125,6 +125,14 @@ via DataOutBase::write_vtk and DataOutBase::write_vtu. (Wolfgang Bangerth, 2013/05/12) +
  • Fixed: The method ConvergenceTable::evaluate_convergence_rates with + reference column did not take the dimension of the reference column into + account, leading to wrong logarithmic rates for dim!=2. This can now be fixed + by specifying the dimension as a last argument. +
    +(Martin Kronbichler, 2013/05/10) +
  • +
  • Improved: The functions MatrixTools::create_mass_matrix and MatrixTools::create_laplace_matrix take now an optional ConstraintMatrix argument that allows to directly apply the constraints. This also helps -- 2.39.5