From: kronbichler Date: Mon, 13 May 2013 05:38:03 +0000 (+0000) Subject: Mention fix in ConvergenceTable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ecfd64bc795cc990d5690fff1000458be2269b6;p=dealii-svn.git Mention fix in ConvergenceTable. git-svn-id: https://svn.dealii.org/trunk@29502 0785d39b-7218-0410-832d-ea1e28bc413d --- 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