From: Wolfgang Bangerth Date: Wed, 9 Feb 2011 14:27:12 +0000 (+0000) Subject: Document previous patch. X-Git-Tag: v8.0.0~4388 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5147cdf37f1316d43f5e583c8849b71b9a7f1337;p=dealii.git Document previous patch. git-svn-id: https://svn.dealii.org/trunk@23310 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5871044557..b8b1095e10 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -78,6 +78,14 @@ should be fixed now.

Specific improvements

    +
  1. Fixed: When refining a mesh with codimension one, edges were refined using +the same manifold description as adjacent cells, but this ignored that a +boundary indicator might have been purposefully set for edges that are truly at +the boundary of the mesh. For such edges, the boundary indicator is now honored. +
    +(M. Sebastian Pauletti, Wolfgang Bangerth, 2011/02/09) +
  2. +
  3. Fixed: The functions VectorTools::compute_mean_value and VectorTools::integrate_difference now also work for distributed triangulations of type parallel::distributed::Triangulation.